Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Eval script question (http://forums.wolflair.com/showthread.php?t=56477)

Kaleb August 25th, 2016 03:56 PM

Eval script question
 
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?

Mathias August 25th, 2016 04:07 PM

"call" means call a procedure.

On the General grouping in the editor, you can use the *Procedures tab to look up that specific procedure.

That way, you can look at the procedure and see what HasteComb actually does, so that you know whether it's something you want to reuse for your new version.


All times are GMT -8. The time now is 10:42 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.