Thread: Worker
View Single Post
  #10  
Old 12-04-2001, 06:33 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
OMFG !
NPC Code:

NPC Code:

//#CLIENTSIDE
if (created||initialized) {
showcharacter;
setcharprop #2,no-shield.png;
setcharprop #3,head25.png;
setcharprop #8,body2.png;
setcharprop #C0,black;
setcharprop #C1,black;
setcharprop #C2,black;
setcharprop #C3,black;
setcharprop #C4,black;
setcharani idle,;
setcharprop #n,Miner;
timeout=0.05;
}
if (timeout) {
setcharani jaxe,;
timeout=1.25;
}



Reply With Quote