Updated Perl API Quest API (markdown)

Alex
2019-01-21 19:37:19 -05:00
parent 1df5665b43
commit f33da10188
+8 -1
@@ -2046,7 +2046,8 @@ sub EVENT_SAY {
if ($text=~/Hail/i) { if ($text=~/Hail/i) {
plugin::Whisper(quest::get_rule("Zone:UseZoneController")); #:: Whispers rule value to client. plugin::Whisper(quest::get_rule("Zone:UseZoneController")); #:: Whispers rule value to client.
} }
}``` }
```
## get_spawn_condition ## get_spawn_condition
@@ -3391,6 +3392,12 @@ sub EVENT_HP {
      Used to set the specified [Rule](https://github.com/EQEmu/Server/wiki/Server-Rules) to the specified value.       Used to set the specified [Rule](https://github.com/EQEmu/Server/wiki/Server-Rules) to the specified value.
      **Example:**
```perl
#:: Set Character:MaxLevel to 100 for the current zone.
quest::set_rule("Character:MaxLevel", 100);
```
## setskill ## setskill