
06-23-2002, 08:57 AM
|
|
Darth Cucumber
|
 |
Join Date: Mar 2001
Location: At School
Posts: 2,874
|
|
|
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
|
|
|
|