From 3428c42f3acbd3e6661d92d988c1cdefaa42264f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 10 Sep 2019 13:13:58 -0300 Subject: Replace ~= with compare() in several places. Make notes about how EXP on PVP shall work. And later, that will give place to an honor system :3 But that's priority 2 out of a maximum of 7, so, only notes for now. --- npc/002-1/peter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-1/peter.txt') diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 1dcb89b8b..67a000eff 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -69,7 +69,7 @@ L_Task: close; OnLowTime: - if ((getmap() ~= "002-2") || (getmap() ~= "nard*")) + if ((compare(getmap(), "002-2")) || (compare(getmap(), "nard"))) dispbottom l("Time is running out... Hurry up!"); end; @@ -223,7 +223,7 @@ OnStartOutside: close; OnTimeout: - if (!(getmap() ~= "002-2") && !(getmap() ~= "nard*")) + if (!(compare(getmap(), "002-2")) && !(compare(getmap(), "nard"))) end; warp "002-1@"+LOCATION$, 35, 26; .@q3 = getq3(ShipQuests_Peter); -- cgit v1.2.3-60-g2f50