diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-25 15:45:31 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-25 15:45:31 +0000 |
commit | 9fee4761bb79fe4d5665ed93e790cb430c0822b0 (patch) | |
tree | e58ecaae1a49202135e5e427bf2a207c9be89318 /npc/quests/thana_quest.txt | |
parent | bea7c251d6e7b348e08fd0f4a10bd16d3423639f (diff) | |
download | hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.tar.gz hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.tar.bz2 hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.tar.xz hercules-9fee4761bb79fe4d5665ed93e790cb430c0822b0.zip |
- Reduced 300+ copy-paste lines to 1 duplicated npc in eden_common.txt (suggestion bugreport:5795)
- Replaced more unconverted 'inputstr' in several npc scripts, and changed to scope variables.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16149 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index 2fadf73bd..7fc59c6ce 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -1878,7 +1878,7 @@ tha_t09,19,158,0 script Machine Device#tt5 111,{ } } mes "You attempt to"; - mes ""+.@inputstr$+","; + mes .@inputstr$+","; mes "but nothing happened."; close; } @@ -3133,4 +3133,4 @@ OnTouch: mes "acts against you, preventing"; mes "you from proceeding this way...^000000"; close; -}
\ No newline at end of file +} |