Thread: Ganis
View Single Post
  #2  
Old 08-12-2002, 08:57 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
You set parameters while you set the acual gani...

setcharani ganiname,param1,param2,param3,param4...;
for NPCs

or

setani ganiname,param1,param2,param3,param4...;
for players

You set Attributes like clothing...

setcharprop #P1,string;
setcharprop #P2,string;
setcharprop #P3,string;
setcharprop #P4,string;
for npcs

or

setplayerprop #P1,string;
setplayerprop #P2,string;
setplayerprop #P3,string;
setplayerprop #P4,string;
for players

I think that is what you are asking for...
__________________

subliminal message: 1+1=3
Reply With Quote