yametekudasai
New member
- Messages
- 4
- Points
- 0
Solved
Hello
Which command is for checking the sex of player?
I have tried this one but won't work.
No matter boy or girl it just showing the same result.
If (Sex == 1){
mes "It is for men only!";
close;
}
Can anyone tell me about this?
Thank you.
Hello
Which command is for checking the sex of player?
I have tried this one but won't work.
No matter boy or girl it just showing the same result.
If (Sex == 1){
mes "It is for men only!";
close;
}
Can anyone tell me about this?
Thank you.
Last edited by a moderator: