diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-04 20:20:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-04 20:20:25 +0300 |
commit | 905dada713af49bb610177c4842685628a1c0a97 (patch) | |
tree | 755a73b2030906476f6c82bfcec4c1f30c299842 /npc/000-1 | |
parent | 7de91e970b23a038b3373b09fa597ef83918831b (diff) | |
download | serverdata-evol1.tar.gz serverdata-evol1.tar.bz2 serverdata-evol1.tar.xz serverdata-evol1.zip |
fix some script issues before conversion.evol1
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/gugli.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index d8e5de9d..20b8c358 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -117,12 +117,12 @@ L_CollectSmthing: if (countitem("PlushroomBox") == 1) delitem "PlushroomBox", 1; mesq l("You still need to give me boxes from: "); - if (getq(ShipQuests_Astapolos) == 0), mesq l("- Astapolos"); - if (getq(ShipQuests_Ale) == 0), mesq l("- Ale"); - if (getq(ShipQuests_Gulukan) == 0), mesq l("- Gulukan"); - if (getq(ShipQuests_Jalad) == 0), mesq l("- Jalad"); - if (getq(ShipQuests_QMuller) == 0), mesq l("- Q'Muller"); - if (getq(ShipQuests_Tibbo) == 0), mesq l("- Tibbo"); + if (getq(ShipQuests_Astapolos) == 0) mesq l("- Astapolos"); + if (getq(ShipQuests_Ale) == 0) mesq l("- Ale"); + if (getq(ShipQuests_Gulukan) == 0) mesq l("- Gulukan"); + if (getq(ShipQuests_Jalad) == 0) mesq l("- Jalad"); + if (getq(ShipQuests_QMuller) == 0) mesq l("- Q'Muller"); + if (getq(ShipQuests_Tibbo) == 0) mesq l("- Tibbo"); close; |