View Single Post
  #9  
Old 12-28-2004, 06:27 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by googleman
It's required for NPCs that don't have an image set.
I clearly remember doing it with NPCs that do not have an image...

just an NPC like this

PHP Code:
if (actionsomething) {
  
setplayerprop #c,works;
}
//#CLIENTSIDE
if (playerchats) {
  
triggeraction x,y,something,;

this is stripped down from an actual NPC which has been online
__________________

Reply With Quote