View Single Post
  #8  
Old 04-04-2009, 12:22 PM
realityincarnate
Developer
 
Join Date: Dec 2007
Posts: 122
Default

The main problem with your version of the quest is that GetHateTop() isn't a member of the entity list. If you call $npc->GetHateTop(), you'll get a result, which I believe is mob type. You should then be able to either call functions from that or cast it to whatever you need.

You also have a typo in the last line ("trator" instead of "traitor").
Reply With Quote