Question #3:
I have a script for setani in GS1, how would I setani in GS2?
Answer #3:
Quote:
Originally Posted by Tigairius
Simple animation changes are:
PHP Code:
setCharAni("idle", NULL); // This will set the NPC's ani to idle, replace "NULL" with an additional PARAM1 if necessary.
setAni("idle", NULL); // This will set the player's ani to idle, replace "NULL" with an additional PARAM1 if necessary.
replaceAni("walk", "newwalk"); // Replaces 'walk' with 'newwalk'.
The top two commands for ganis work both clientside and serverside.
|