View Single Post
  #1  
Old 05-17-2011, 07:28 PM
iBeatz iBeatz is offline
Kavan
iBeatz's Avatar
Join Date: Dec 2010
Location: Northern Ireland, UK
Posts: 154
iBeatz will become famous soon enough
Send a message via Yahoo to iBeatz
Unhappy Triggering DB-NPCs

Okay, so this has been annoying me for a while now.
Basically, I want to trigger a script in a DB-NPC called... Test, let's say.

I want to trigger it from a class NPC, if this is possible.
I've seen the triggersever() command used like this:

NPC Code:
triggerserver("npc",name,...);



Does the "npc" part trigger DB-NPCs, and as for the string variable in the triggerserver command, does it need to be the name of the DB-NPC you want to trigger?

And one more thing, is there a certain command I would need to put into the DB-NPC to make it work?

Thanks!
__________________

Intelligence without ambition is like a bird without wings.

Reply With Quote