diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-04 19:53:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-04 19:53:00 +0300 |
commit | b5ba5b06918d5b6a48aed7929d8107c052c5bf25 (patch) | |
tree | 8f9ec7e15d5bb6733dff5c3cc9fb8dad9622b95e /npc/000-2-3 | |
parent | 3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66 (diff) | |
download | serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.gz serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.bz2 serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.tar.xz serverdata-b5ba5b06918d5b6a48aed7929d8107c052c5bf25.zip |
Fix code style.
Add missing spaces, remove useless empty lines.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r-- | npc/000-2-3/box.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/elmo.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/hammock.txt | 1 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/piourocket.txt | 4 |
5 files changed, 0 insertions, 11 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt index 0712158f..5cba5446 100644 --- a/npc/000-2-3/box.txt +++ b/npc/000-2-3/box.txt @@ -18,7 +18,6 @@ // 5 Reward taken from the box. 000-2-3.gat,25,24,0 script Box 102;1,{ - set @q, getq(ShipQuests_Nard); mesn "Narrator"; @@ -109,5 +108,4 @@ l_Already: l_Quit: close; - } diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 52be3941..39e79e65 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -5,7 +5,6 @@ // Elmo's second dialog. 000-2-3.gat,27,27,0,1 script Elmo 309;5,{ - set @q, getq(ShipQuests_ArpanMoney); if (@q == 1) goto l_GotMoney; @@ -61,5 +60,4 @@ l_GotMoney: mesq l("Other than that, I don't know much about what else is going on, so directly asking the Cap'tain about it could be a good idea."); close; - } diff --git a/npc/000-2-3/hammock.txt b/npc/000-2-3/hammock.txt index f5d214e4..7a3bdbed 100644 --- a/npc/000-2-3/hammock.txt +++ b/npc/000-2-3/hammock.txt @@ -19,5 +19,4 @@ OnTimer5440: setnpcdir 4; stopnpctimer; end; - } diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index adb9426c..f67f89cb 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -23,7 +23,6 @@ // 12 Gave all of the boxes to Gugli. 000-2-3.gat,25,26,0,1 script Nard 306;5,{ - set @nard, getq(ShipQuests_Nard); set @gugli, getq(ShipQuests_Gugli); set @gado, getq(ShipQuests_ChefGado); @@ -219,5 +218,4 @@ l_Already: mesq l("Sorry, I don't need any help right now. Come back later."); close; - } diff --git a/npc/000-2-3/piourocket.txt b/npc/000-2-3/piourocket.txt index cf5bbcff..97e183e2 100644 --- a/npc/000-2-3/piourocket.txt +++ b/npc/000-2-3/piourocket.txt @@ -5,17 +5,13 @@ // Jumping piou. 000-2-3.gat,27,23,4,2 script #piourocket 308;3,{ - setnpcdir 2; stopnpctimer; initnpctimer; - close; OnTimer1420: setnpcdir 4; stopnpctimer; - end; - } |