diff options
Diffstat (limited to 'npc/029-0/sakar.txt')
-rw-r--r-- | npc/029-0/sakar.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/029-0/sakar.txt b/npc/029-0/sakar.txt index 2373698a5..eac3dcc18 100644 --- a/npc/029-0/sakar.txt +++ b/npc/029-0/sakar.txt @@ -26,12 +26,14 @@ close; OnInit: .distance=5; + if ($FIRESOFSTEAM >= 10) + setnpcdisplay("Andrei Sakar#FoS298", "Elora#FoS298", NPC_HUMAN_FEMALE_NOOB); end; } 029-0,88,33,0 script Andrei Sakar#FoS290 NPC_ANDREI,{ function prologue; - if (!FIRESOFSTEAM_CD) + if (!FIRESOFSTEAM_CD && $FIRESOFSTEAM < 10) prologue(); mesn; mesq l("Do you want to advance?"); @@ -78,6 +80,8 @@ function prologue { OnInit: .distance=5; + if ($FIRESOFSTEAM >= 10) + setnpcdisplay("Andrei Sakar#FoS290", "Elora#FoS290", NPC_HUMAN_FEMALE_NOOB); end; } |