View Single Post
  #8  
Old 06-15-2009, 08:06 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Robin View Post
could you not just do

NPC Code:

triggeraction(this.x, this.y, "clientside", "params");
//#CLIENTSIDE
function onActionClientside() {

}



etc?
Doesn't work with NPCs that don't have a shape(aka non-blocking), and if there are other NPC's at the same space, they will get the triggeraction instead.
Reply With Quote