Toranks
Active member
I have found certain characters that have these scripts activated:
And others that have this:
Apparently the first execute player_script.c content, but the second do not. Where should I look to find out the error? What could be happening?
Note: escript.c have much more content than grabscript.c which I think is the reason to use grabscript.c instead of escript.c on some characters.
Thanks
Code:
animationscript data/scripts/escript.c
ondrawscript data/scripts/water_puddle_script.c
script data/scripts/player_script.c
And others that have this:
Code:
animationscript data/scripts/grabscript.c
ondrawscript data/scripts/water_puddle_script.c
script data/scripts/player_script.c
Apparently the first execute player_script.c content, but the second do not. Where should I look to find out the error? What could be happening?
Note: escript.c have much more content than grabscript.c which I think is the reason to use grabscript.c instead of escript.c on some characters.
Thanks