Log in

View Full Version : Can I signal to npc entity instead of npc id?


thepoetwarrior
01-23-2010, 12:00 PM
I want to send a signal event to a specific npc/mob entity instead of all the npc's with the same npc id. Is this possible?

I already know how to get the npc entity with $npc-GetID();

thepoetwarrior
01-23-2010, 07:11 PM
Never mind this post, I figured it out with npctypeid and mobid, stored both into qglobals, and used the typeid for who to send in the signal event, then mobid to see if its the right entity. Nevermind :)