diff options
Diffstat (limited to 'npc/events/halloween_2006.txt')
-rw-r--r-- | npc/events/halloween_2006.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/halloween_2006.txt b/npc/events/halloween_2006.txt index 0dd1792a4..8fd077af8 100644 --- a/npc/events/halloween_2006.txt +++ b/npc/events/halloween_2006.txt @@ -655,8 +655,8 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 800,{ mes "Oh, this must be Chicken Masta's chicken."; mes "I should insert the magic word."; next; - input @inputstr$; - if( @inputstr$ == "Return" ) { + input .@inputstr$; + if( .@inputstr$ == "Return" ) { emotion e_omg; specialeffect EF_TELEPORTATION; mes "The magic spell has been casted."; |