what does Comb mean in this line
Call HasteComb
if I wanted to call another spell would I just do this
~ if we're not active, just get out now
doneif (field[abilActive].value = 0)
call HasteComb
insert spell name call then put the Comb like the example above?
I want to make a higher level Haste spell that changes the duration of the spell from 10 rounds day to 10 miniutes day. I know I will have to make a new higher level spell that's no problem but will it work the same in the script above if I add the new spell name?
Call HasteComb
if I wanted to call another spell would I just do this
~ if we're not active, just get out now
doneif (field[abilActive].value = 0)
call HasteComb
insert spell name call then put the Comb like the example above?
I want to make a higher level Haste spell that changes the duration of the spell from 10 rounds day to 10 miniutes day. I know I will have to make a new higher level spell that's no problem but will it work the same in the script above if I add the new spell name?