Add all systems effects scripts + translations
This commit is contained in:
9
reference_scripts/ramav4ymrDDkPKK4.js
Normal file
9
reference_scripts/ramav4ymrDDkPKK4.js
Normal file
@ -0,0 +1,9 @@
|
||||
if (this.actor.hasCondition("bleeding"))
|
||||
{
|
||||
this.actor.removeCondition("bleeding");
|
||||
this.script.scriptNotification("Removed 1 Bleeding Condition")
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification("No Bleeding Conditions");
|
||||
}
|
Reference in New Issue
Block a user