ID:149292
 
Ok, the problem is, whenever I click the areas, nothing happens!
area
Log
layer = OBJ_LAYER
New_Game
Click()
src<<alert("You are starting a new quest.")
src<<alert("Or..you cant remember any passwords.")
Continue
Click()
input("Enter the password")as text
if("BFG")
usr<<"Cool, the password to level 1!"

Thanks!
FireEmblem wrote:
Ok, the problem is, whenever I click the areas, nothing happens!
area
> Log
> layer = OBJ_LAYER
> New_Game
> Click()
> src<<alert("You are starting a new quest.")
> src<<alert("Or..you cant remember any passwords.")
> Continue
> Click()
> input("Enter the password")as text
> if("BFG")
> usr<<"Cool, the password to level 1!"

Thanks!

You are using src in your New_Game area. This is referring to the area, not the character.
In response to Malver
Why it doesn't work? You called src which seems right but it isn't. src in this code refers to what was clicked which was the area leaving you with nothing get it?
In response to Super16
Also, you might wanna change the password now =)