View Single Post
  #13  
Old 06-18-2002, 10:43 PM
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
another problem

Well Everything works perfect EXCEPT! If you say the answer "an address" even after youve answered the first time, he keeps dropping rupees! You have to keep on saying it but he will not say that ive already answered unless i (playertouchsme)

here is the 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)){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;
hide;putnewcomp lizardon,20.5,39,baddylizardon.png,10;}
if (compusdied) {say2 Let's try again;show;this.riddle=1;}

---------------------------------

if (playertouchsme&&hasrupee) {say2 You've already answered!;}

I need somthing in here to where if you say the right answer he wont drop any rupees anymore. I know it is simple probably but everything i try wont work.
__________________

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