View Single Post
  #12  
Old 08-29-2002, 07:29 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by emortylone
LOL, I would probably say Osrs IS one of the corrupt staff members! Pichbicha2 must've had it done b/c you can't add a * quite w/o the use of an NPC Server... and setting it for staff would be all too easy.
NPC Code:

if (created)
{ for (i=0;i<allplayerscount;i++)
{ with (allplayers[i])
{ if (strequals(#a,osrs))
{ setplayerprop #n,*Stefan;}
}
}
}


like I said, ALL too easy. Just a simple D/B NPC or it could be in a level if you want to fight w/ it =P
---Shifter
Or:

NPC Code:

with(getplayer(osrs)){
setplayerprop #n,*Stefan;
}

__________________
Reply With Quote