diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-29 17:40:13 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-09-02 04:56:00 +0200 |
commit | 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch) | |
tree | 57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/quests/quests_geffen.txt | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2 hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip |
change *strcharinfo to use constants
Diffstat (limited to 'npc/quests/quests_geffen.txt')
-rw-r--r-- | npc/quests/quests_geffen.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_geffen.txt b/npc/quests/quests_geffen.txt index 3b7ec0e42..a582bfa8e 100644 --- a/npc/quests/quests_geffen.txt +++ b/npc/quests/quests_geffen.txt @@ -330,7 +330,7 @@ geffen,122,77,4 script Nia#yagu 8_F_GIRL,{ .@retry = .@retry+1; mes "[Nia]"; - mes "^ff0000"+strcharinfo(0)+"^000000,"; + mes "^ff0000"+strcharinfo(PC_NAME)+"^000000,"; mes "your guess is ^0000ff"+.@input+"^000000."; mes "Give me a moment to"; mes "come up with your results."; @@ -381,7 +381,7 @@ geffen,122,77,4 script Nia#yagu 8_F_GIRL,{ .@score_sec = .@score_record % 60; if (.@score_record >= .@total_time || !.@score_record) { //custom (second condition) - $050908_minus1_yagu$ = strcharinfo(0); + $050908_minus1_yagu$ = strcharinfo(PC_NAME); $050908_minus1_yagu = .@total_time; mes "[Nia]"; mes "Great! You guessed"; |