View Single Post
  #3  
Old 12-20-2006, 04:33 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

try using
Code:
$npc->GetBaseGender()
for returning the gender value for the NPC..
as for client.. this MIGHT work im not posotive..
Code:
$npc->CastToClient()->GetBaseGender()
so you could use this..
Code:
if ($npc->GetBaseGender() == 1)
hope this helps..
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote