Quote:
|
Originally Posted by haunter
First of all: The extention is .gani, not .ani... Second of all, don't use the extention in the script.
Tht shld wrk nw.
|
Owned.
Quote:
|
Originally Posted by hydralisk150
no i do it correctly it dont work like ill put
if (playertouchsme)
{setani sit.ani,;
}
and it dont wrk
|
If you want, you can do it in GS2 like so:
function onPlayerTouchsme() {
setani("sit",NULL);
}