View Single Post
  #18  
Old 06-19-2002, 07:41 AM
BLOOD_kane BLOOD_kane is offline
Registered User
Join Date: Jun 2002
Location: Stephenville, TX, USA
Posts: 190
BLOOD_kane is on a distinguished road
Send a message via AIM to BLOOD_kane
well now I got it to ALL WORKING but the only prob i still have is once you answered he wont give you anymore rupees BUT if you say anything (even a blank space) he will say WRONG and put the explosion on you...but only once, after that you can say anything and it wont happen and walk up to him and he will say you already answered. heres the script:


NPC Code:
if (playerenters) {this.riddle=1;}
if (this.riddle==1&&playerchats&&strequals(#c,an address)) {say2 ;}
if (playertouchsme) {say 4;this.riddle=2;}
if (this.riddle==2&&playerchats&&strequals(#c,an address)&&!hasrupee;){lay bluerupee;say2 Haha! Right!;set hasrupee;}
if (playertouchsme&&hasrupee) {say2 You've already answered!;}
if (this.riddle==2&&playerchats&&!strequals(#c,an address)) {say2 Wrong!;putexplosion 2.5,playerx+0.25,playery+1;this.riddle=1;}

__________________

I’ve been evicted, erase me from the face of the planet
Cause your world got my outlook damaged. My minds stuck inside a cycle of depression. The reflection Can you feel me?
Look in the mirror, tell me do you see clearly?
They have it shattered and cracked, it’s so crazy
My minds stuck inside a cycle of depression. The reflection
Reply With Quote