turf/next
density = 1
layer = 999
Click()
if(usr.baseselected=0
alert("you have not chosen a gender")
return
if(usr.baseselected=1
src.loc = locate(7,7,1)
Problem description: i am just creating a button to click next in charicter creation and i have made this code for it i cant see any problem with the code but i keep getting this error
log in.dm:74:error: alert: missing comma ',' or right-paren ')'
if anyone could help me with this it would be much apreciated
By the way i reccomend using if(!usr.baseselected) and if(usr.baseselected).
-SubZeroChaos