White Dragon
New member
A script directly from TMNT: Shell Shocked
DOWNLOAD:
http://www.mediafire.com/download/rcnoxwsrodwi8q7/lib_respawn.zip
To use this new code:
1) Download the lib and copy all files.
2) Then in your chara.txt write
script data/scripts/player_script.c
If you want to use an own script event, just copy in your scripts the player_script.c content.
Ps. I advice you to clearglobalvar(); at the beginning of a level with:
DOWNLOAD:
http://www.mediafire.com/download/rcnoxwsrodwi8q7/lib_respawn.zip
To use this new code:
1) Download the lib and copy all files.
2) Then in your chara.txt write
script data/scripts/player_script.c
If you want to use an own script event, just copy in your scripts the player_script.c content.
Ps. I advice you to clearglobalvar(); at the beginning of a level with:
Code:
levelscript @script
void main() {
clearglobalvar();
}
@end_script