Updated Perl EVENT_SIGNAL (markdown)

Logan
2018-01-17 11:53:38 -08:00
parent 31760a638a
commit f284380b1f
+1 -1
@@ -1,4 +1,4 @@
When an NPC receives a signal from quest::signal, it will cause the function EVENT_SIGNAL to occur. Used to allow communication between NPCs. Works within the same zone only.
When an NPC receives a signal from [[quest::signal()|Perl-Quest-signal]], [[quest::signalwith()|Perl-Quest-signalwith]], or [[quest::crosszonesignalnpcbynpctypeid()|Perl-Quest-crosszonesignalnpcbynpctypeid]], it will run cause this event to fire. Using this event is not recommended for more complicated scripts, look into <link?> encounter system instead.
### Exports
**Name**|**Type**|**Description**