View Single Post
  #2  
Old 05-02-2009, 09:35 PM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

If you want him to do it just once during a conversion or something you would use doanim.

Code:

quest::doanim(anim_num)
If you want him to sit permanently or lay down permanently you would use setanim.

Code:
quest::setanim(npc_type,animnum)
If you hadn't found this page yet, it has a list of all the quest commands.

http://www.eqemulator.net/wiki/wikka...=QuestTutorial
Reply With Quote