View Single Post
  #1  
Old 04-15-2007, 10:24 PM
froglok23's Avatar
froglok23
Hill Giant
 
Join Date: May 2005
Location: Australia
Posts: 113
Default How to Make NPCs Sit, Stand, FD and Kneel in Quest

Hi all,

Late last night, Kovou helped me make some buffer NPC quest. Similar to the ones on PEQ.

I wished for the NPC's to sit, However the DoAnim function, although shows the NPC sitting, they NPC instantly stand back up.

Kovou suggested use the SetAppearance method in the quest file.

I have compiled this list to help others learn about writing quests.

0 = Make the NPC Stand
1 = Make the NPC Sit
2 = Make the NPC duck
3 = Make the NPC FD
4 = Make the NPC Kneel

Huge Thanks to Kovou for helping me with this!

- DP / froglok
Reply With Quote