diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:20:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:20:20 -0300 |
commit | 65c634722e6a551388a63193b0c9a28d35ff845f (patch) | |
tree | 3c36ea2a2284e875b2f9bcf95c28b2e5a3f2be6c /npc/014-5 | |
parent | 1d24be501f3f3d733344826262964255f7c6c380 (diff) | |
download | serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.gz serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.bz2 serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.tar.xz serverdata-65c634722e6a551388a63193b0c9a28d35ff845f.zip |
Stop using compound names on events
Diffstat (limited to 'npc/014-5')
-rw-r--r-- | npc/014-5/events.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/014-5/events.txt b/npc/014-5/events.txt index 062c662d1..c6d6b678b 100644 --- a/npc/014-5/events.txt +++ b/npc/014-5/events.txt @@ -41,7 +41,7 @@ } } - if ($EVENT$ != "St. Patrick" && !$@GM_OVERRIDE) { + if ($EVENT$ != "Patrick" && !$@GM_OVERRIDE) { channelmes("#world", "ERROR, ST. PATRICK GOLD POT: NOEVENT ERROR"); disablenpc .name$; atcommand("@kick "+strcharinfo(0)); @@ -182,13 +182,13 @@ OnInit: .sex = G_OTHER; .distance = 4; - if ($EVENT$ != "St. Patrick") { + if ($EVENT$ != "Patrick") { disablenpc(.name$); end; } OnClock0000: OnForcedMove: - if ($EVENT$ == "St. Patrick") { + if ($EVENT$ == "Patrick") { setarray .@vx, 134, 162, 108, 105, 67, 191, 168, 170, 191, 188, 160, 145, 196, 120; setarray .@vy, 36, 61, 45, 96, 76, 74, 72, 111, 113, 129, 125, 119, 143, 104; .@r=rand(0,getarraysize(.@vx)-1); |