let current = this.actor.status.fate.value this.actor.update({"system.status.fate.value" : current + 1}) this.script.scriptMessage(`${this.actor.prototypeToken.name} fate points increased from ${current} to ${current + 1}`)