to check the sex of player

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.

 
Last edited by a moderator:
what a coincidence... I was trying to update the script for sex checking too
default_biggrin.png


some example you can view here.

https://github.com/HerculesWS/Hercules/pull/1123

 
Back
Top