Quote:
Originally Posted by manikus
Okay, I've got it now.
It is a bit more complicated than what we've been doing.
Here is the Activation Script:
Code:
$SET_CHAR_ASL($TargetIndex(),"strength25",25-#$GET_CHAR_STR($TargetIndex()));
$SET_CHAR_STR($TargetIndex(),25);
And the Deactivation Script:
Code:
$SET_CHAR_STR($TargetIndex(),$GET_CHAR_STR($TargetIndex())-#$GET_CHAR_ASL($TargetIndex(),"strength25"));
|
Does this work? One of the problems I had was I couldn't figure out how to use the ASLs in the GPDL script editor. I wrote up ASL scripts that the editor said were proper syntax, but they still did not work. You can define/use them in logic block, but I couldn't get them to work otherwise.
ST