View Single Post
  #4  
Old 04-11-2009, 10:25 AM
Raelyn Raelyn is offline
the Professional.
Raelyn's Avatar
Join Date: Sep 2003
Location: Zormite
Posts: 964
Raelyn will become famous soon enough
Question #3

Question #3:
I have a script for setani in GS1, how would I setani in GS2?

Answer #3:
Quote:
Originally Posted by Tigairius View Post
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.
__________________
*Don't let the door hit you on the way out.*

Last edited by Raelyn; 04-11-2009 at 12:49 PM.. Reason: Neatness
Reply With Quote