Code:
Problem description:
For some odd reason I can't seem to past the login coding part...making the gender selection I mean because it always says error 22 missing expression. I don't know what it means by that help me pls ! D:
ID:264979
![]() Aug 24 2011, 8:40 am
|
|
You're probably missing an equal sign. Observe
if(src.Walking = 1)
This will yield "Missing Expression" because you're supposed to use == instead of just =. |
login() |
They're kinda awkwardly placed. Sounds like you want to use input.
var/X = input(reference,"Msg","Title") in list(A,B,C) Something like that. EDIT: Also you can just use the built-in Login() proc mob You really do want to look at the guide though. |
You can find their gender using the client gender variable.
|
or sorry is says expected expression! error 23 donno what that means :S