When you open brackets "{"'s you have to close them, and you're still doing GS1.5.
PHP Code:
function dead() {
player.setAni("dead", NULL);
player.setlevel2("milgmap_ab-ae.nw", 9, 60);
clientr.hp == 100;
}
To call the functions you make you have to include () in the function call not just..
dead; when it should be dead();
That's the same case for both GS1 and GS2 except that you can pass parameters in GS2.
You use one = when you're assigning a value and two ='s when you're making a comparison.
You need to use triggerserver, so you can setlevel2 and alter the clientr flag on the server-side. You've already made a thread about this and it's solution is listed in there you just need to do some work to make it work.
http://forums.graalonline.com/forums...=triggerserver