summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-1/ale.txt2
-rw-r--r--npc/000-1/astapolos.txt2
-rw-r--r--npc/000-1/gugli.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt2
-rw-r--r--npc/000-1/lean.txt2
-rw-r--r--npc/000-1/max.txt2
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/tibbo.txt2
9 files changed, 9 insertions, 9 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index cd3182d1..95738a0f 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -7,7 +7,7 @@
// Aquada box.
000-1,55,23,0 script Ale#000-1 NPC_DEMON_MAN_SITTING,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 4e0ae412..18a8c204 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -8,7 +8,7 @@
// Croconut box.
000-1,22,50,0 script Astapolos NPC_ELVEN_MAN_RED,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index d61f9950..50e4445a 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -23,7 +23,7 @@
// 22 Gave all of the box to Gugli.
000-1,85,108,0 script Gugli NPC_GUGLI,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 116dce46..29ba630d 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -8,7 +8,7 @@
// Croconut box.
000-1,54,90,0 script Gulukan NPC_TRITAN_MAN_SAILOR2,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 146572ed..688b1e6a 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -8,7 +8,7 @@
// Plushroom box.
000-1,46,35,0 script Jalad NPC_ELVEN_MAN_TRADER_SITTING,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index 332bcadb..55c930fc 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -7,7 +7,7 @@
// Sailor who gives some informations to the player.
000-1,79,108,0 script Lean NPC_ELVEN_MAN_BLONDE,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index b740aca4..de1e9b8a 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -7,7 +7,7 @@
// Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller.
000-1,72,110,0 script Max NPC_DEMON_MAN_SITTING_UNDER_TREE,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 3057f07d..8fa05231 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -7,7 +7,7 @@
// Plushroom box.
000-1,35,69,0 script Q'Muller NPC_ORC_MAN,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 9a51708f..11ed6e04 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -8,7 +8,7 @@
// Aquada box.
000-1,34,111,0 script Tibbo NPC_ELVEN_MAN_STANDING,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}