I am trying to create a trigger that adds a timer with a duration that changes based on information in the trigger.
I am not a programmer and haven't been able to find a file anywhere that would explain how do to this.
Trigger: *HP:*/* SP:*/* EP:*/*
Send:
n = bc.sub (%7,%6)
m = bc.div (n,13)
l = bc.mul (m,15)
DoAfterNote (l, 'Endurance Full')
Send to: Script
I am trying to find a way to get 'DoAfterNote' or 'AddTimer' to use this variable 'l'.
Thank you for your time
I am not a programmer and haven't been able to find a file anywhere that would explain how do to this.
Trigger: *HP:*/* SP:*/* EP:*/*
Send:
n = bc.sub (%7,%6)
m = bc.div (n,13)
l = bc.mul (m,15)
DoAfterNote (l, 'Endurance Full')
Send to: Script
I am trying to find a way to get 'DoAfterNote' or 'AddTimer' to use this variable 'l'.
Thank you for your time