View Single Post
  #4  
Old 06-17-2002, 08:45 PM
Projectshifter Projectshifter is offline
The David
Projectshifter's Avatar
Join Date: Apr 2002
Location: USA
Posts: 912
Projectshifter is an unknown quantity at this point
Send a message via ICQ to Projectshifter Send a message via AIM to Projectshifter Send a message via MSN to Projectshifter Send a message via Yahoo to Projectshifter
[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 goldrupee;say2 Haha! Right!;this.riddle=3;;}
if (playertouchsme&&this.riddle==3) {say2 You've already answered!;}
if (this.riddle==2&&playerchats&&!strequals(#c,an address)) {say2 Wrong!;shootball;hide;putnewcomp lizardon,20.5,49,baddylizardon.png,10;}
if (compusdied) {say2 Let's try again;show;this.riddle=1;}

=D That should be of some help. But you have some problems. YOu have it if they say an address when it equals 1, then it doesn't really do anything, but then if it equals 2 and they say it they lay a rupee... I hope this helps
---Shifter
__________________
Who has time for life these days?
Reply With Quote