Thread: Character NPC
View Single Post
  #2  
Old 06-23-2002, 08:57 AM
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
It is quite imposible to do without an NPCs server, unless you want to set server strings. You could try using string arrays

such as

setstring server.putdoll,#C0,#C1,#C2,#C3,#C4,#3,.....etc;

use put npc


and then use #I in the NPC to get the color (or image) such as
setcharprop #C0,#I(server.putdoll,0);
setcharprop #C1,#I(server.putdoll,1);

....

setcharprop #3,#I(server.putdoll,5);

etc.
__________________

subliminal message: 1+1=3
Reply With Quote