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