Oops sorry I copied wrong -.-
Code:
=inputbox("Type in the password to get to Yay")
If = "yay"
Then
Msgbox("Good Job, you unlocked Yay")
Else
MsgBox("WRONG! NO YAY")
EndIf
EDIT OMG I TRIED 8 TIMES AND IT WONT WORK IN THE CODE TAGS -.-
Here it is...
$answer=inputbox("Type in the password to get to Yay")
If $answer = "yay"
Then
Msgbox("Good Job, you unlocked Yay")
Else
MsgBox("WRONG! NO YAY")
EndIf