hi guys i like to ask how i can make this script to identify the player if its male or female.
zhakastia,85,57,6 script Freebies Giver 790,{
if( !Freebies ){
set Freebies,1;
mes "Welcome...this is your gift...";
getitem 31111,1;
getitem 31112,1;
getitem 31113,1;
getitem 31114,1;
}else{
mes "You have claim the Reward already this.";
}
close;
OnInit:
waitingroom "Get your freebies here!!!",0;
end;
}
should i use this
if( !#Claimed ){
if( Sex ){
dispbottom "BOY";
getitem 607,1;
}else{
dispbottom "Girl";
getitem 608,1;
}
set #Claimed,1;
}
Question
Mootie
hi guys i like to ask how i can make this script to identify the player if its male or female.
should i use this
and put anywhere in the script?
Edited by Mootie2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.