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