Add all systems effects scripts
This commit is contained in:
10
scripts/U26XMie3Kjoddisj.js
Normal file
10
scripts/U26XMie3Kjoddisj.js
Normal file
@ -0,0 +1,10 @@
|
||||
let stunned = this.actor.hasCondition("stunned")
|
||||
if (stunned)
|
||||
{
|
||||
this.script.scriptNotification(`Cleared 1 Stunned Condition`)
|
||||
this.actor.removeCondition("stunned");
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification(`No Stunned Conditions`)
|
||||
}
|
Reference in New Issue
Block a user