diff options
Diffstat (limited to 'npc/other/turbotrack/Normal_Solo.txt')
-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; |