Quote:
Originally Posted by ffcmike
Do the NPCs have a setshape or are they using showcharacter?
I believe they require such a shape in order to receive triggers.
If not you probably should include:
PHP Code:
this.setshape(1, 32, 32); //32 pixels = 2 tiles in width and height
You also need to make sure that the function is serverside/clientside according to where the area trigger was handled.
|
Objects definitely don't need to have a shape to receive triggers via
obj.trigger() 