Added several new undead models & facelifted overrides for other models. Added dozens of new undead creatures from Libris Mortis & the monster manuals. Added CODI Core AI. Added NESS spawner system. Added randomized respawning trap system. Added undead feeding system. Greatly revamped Catacombs & Halls of the Dead. Updated nimtools. Full compile. Updated release archive.
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
//Closes door if it is open
|
|
void main()
|
|
{
|
|
DelayCommand(13.0f,ActionCloseDoor(OBJECT_SELF));
|
|
}
|
|
|