diff options
author | Reid <reidyaro@gmail.com> | 2012-12-25 17:59:31 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-25 17:59:46 +0100 |
commit | 8ed56232a29efdfdc69f893bfb10f493c7f91c9c (patch) | |
tree | 63e4b3b7abeb6e97928131e9bbdee1a56d0048f7 /npc | |
parent | b5c5537e63f085c8527de98fcd7930a0c5fcd82d (diff) | |
download | clientdata-8ed56232a29efdfdc69f893bfb10f493c7f91c9c.tar.gz clientdata-8ed56232a29efdfdc69f893bfb10f493c7f91c9c.tar.bz2 clientdata-8ed56232a29efdfdc69f893bfb10f493c7f91c9c.tar.xz clientdata-8ed56232a29efdfdc69f893bfb10f493c7f91c9c.zip |
Correct some scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 2 | ||||
-rw-r--r-- | npc/000-2-2/doors.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 774106ed..a7032404 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -179,7 +179,7 @@ l_Aborting: next; menu - l("I informed Julia about your monstrous plan."), -, + l("I informed Julia about your monstrous plan."), -; mes ""; mesn; diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 51c53cab..b647bf96 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -243,7 +243,7 @@ l_Done: mesn "Peter"; mesq l("Are you done in there?"); - initnpctimer; + setnpctimer 0; menu l("Yes, everything is ok."), l_WarpOut, diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index 562c1fc4..a33a8c75 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -34,7 +34,7 @@ l_Warp: } -000-2-2.gat,24,31,0,1 script AreaNPC 0,0,0,{ +000-2-2.gat,24,31,0,1 script LeftDoor 0,0,0,{ OnTouch: mesn "Narrator"; |