diff options
author | toams <toams85@gmail.com> | 2020-05-02 16:16:29 +0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 13:47:50 -0300 |
commit | 01ca7350d04dc4fcb5e40c88735d4d0fedcf0431 (patch) | |
tree | 9ed2e93de7b00c85ee7f8bf1730fae704704e217 | |
parent | 403f4a70407a4a2fd52192ff3470df352fa9e969 (diff) | |
download | serverdata-01ca7350d04dc4fcb5e40c88735d4d0fedcf0431.tar.gz serverdata-01ca7350d04dc4fcb5e40c88735d4d0fedcf0431.tar.bz2 serverdata-01ca7350d04dc4fcb5e40c88735d4d0fedcf0431.tar.xz serverdata-01ca7350d04dc4fcb5e40c88735d4d0fedcf0431.zip |
add a missing ';' and remove some whitelines etc
-rw-r--r-- | npc/008-2-2/kfahr.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/npc/008-2-2/kfahr.txt b/npc/008-2-2/kfahr.txt index 31ee2281..586927d0 100644 --- a/npc/008-2-2/kfahr.txt +++ b/npc/008-2-2/kfahr.txt @@ -3,8 +3,7 @@ // Addapted for tmw revol by Toams // Author(s) of original script unknown // Description: -// Kfahr the hero. Bone knife quest and Golden Stinger quest (Needed for Setzer Quest -//TODO: make kfahr stop telling stories and wanting a beer if thirsty +// Kfahr the hero. Bone knife quest and Golden Stinger quest (Needed for Setzer Quest) // Variables: // HurnscaldQuests_Kfahr // Values: @@ -44,7 +43,7 @@ function desert_worm_see_bones{ l("He puts the knife back into his pocket."); mes l(" > \"That knife looks sharp!\""); - mes "" + mes ""; mes l(" > \"But, what happened next?\""); tale_desert_worm_final; } @@ -329,7 +328,6 @@ function tale_hero_tulimshar{ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("And from that day on they called me the `Hero of Tulimshar'"); - } function tale_desert{ @@ -360,7 +358,6 @@ function tale_desert{ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Not terribly healthy, though, I s'pose..."); - } function gain_power{ @@ -371,7 +368,6 @@ function gain_power{ l("He laughs briefly."); speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Don't worry – you can't become as powerful as I, of course, but if you keep practicing, you can get pretty damn close! Just make sure to pick your opponents carefully, and know when to run to live another day!"); - } function pc_no_beer{ @@ -380,7 +376,6 @@ function pc_no_beer{ l("Kfahr stares at you, then begins to laugh."); speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Mrahahahahaha! Here's the beer! Right, right! Naah, I get it! Save your gold for whatever you need it for! But if you have some spare and want to share a beer, you know where to find me!"); - } function kfahr_has_beer{ @@ -391,7 +386,6 @@ function kfahr_has_beer{ l("Generous, generous! But I still have plenty in here!"); narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, l("He laughs and takes a sip from the beer you gave him earlier."); - } function kfahr_drunk{ @@ -440,8 +434,6 @@ function give_beer{ if (@beer_count > 4) narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Kfahr seems quite relaxed now."); - - } @@ -539,8 +531,7 @@ if (getq(HurnscaldQuests_Kfahr) == 0) kfahr_main_dialog; } - close; - +close; OnInit: .sex = G_MALE; |