diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-04 06:00:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-04 06:00:48 +0000 |
commit | 16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0 (patch) | |
tree | 066a0d2a2e76ba679178ea0fb4022b0fa247157e /npc/other | |
parent | 92bb9928828e1b7b5bb6b0002c7be8aa21e3f3e3 (diff) | |
download | hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.tar.gz hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.tar.bz2 hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.tar.xz hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.zip |
Fixed more +name+ garbage to +strcharinfo(0)+
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12756 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/turbotrack/Normal_Solo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/turbotrack/Normal_Solo.txt b/npc/other/turbotrack/Normal_Solo.txt index 2be224c29..208abbbcc 100644 --- a/npc/other/turbotrack/Normal_Solo.txt +++ b/npc/other/turbotrack/Normal_Solo.txt @@ -855,7 +855,7 @@ OnTouch: turbo_n_1,232,14,0 script cos_n_1_8 45,1,1,{ OnTouch: - mapannounce "turbo_n_1","" + name +" has just passed the Invisible Maze! Speed up, you're getting closer to the finish!",bc_map,"0x70DBDB"; + mapannounce "turbo_n_1","" + strcharinfo(0) +" has just passed the Invisible Maze! Speed up, you're getting closer to the finish!",bc_map,"0x70DBDB"; set .@move1,rand(1,3); if (.@move1 == 1) warp "turbo_n_1",307,52; |