Fixed corrupted module. Added doors. Checked dungeon / teleporter continuity. Replaced Message #02 with a magical sending from Werdna. Removed trash / test areas.
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
//Closes door if it is open
|
|
void main()
|
|
{
|
|
DelayCommand(13.0f,ActionCloseDoor(OBJECT_SELF));
|
|
}
|
|
|