Ok so i have two npcs in a level and they both have
PHP Code:
function onMousedown(mode)
{
if (mode == "double")
{
triggeraction(0,0,"serverside","System/Main","genderset","male");
}
}
The only difference between the two is instead of "male" it's "female" in the other npc.
My problem is when i click on the male i get set as the female. And i don't want to have to keep it the way i have it now where you right click for male and left click for female.