Thread: Superpowers
View Single Post
Old 08-01-2008, 10:41 AM   #10
SilentThief
Symbol of Cyric
 
Burger Time Champion
Join Date: September 10, 2001
Location: USA
Age: 49
Posts: 1,301
Default Re: Superpowers

Quote:
Originally Posted by manikus View Post
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
__________________
http://www.wilhelmscream.net/
SilentThief is offline   Reply With Quote