Fixed corrupted module

Fixed corrupted module.  Added doors.  Checked dungeon / teleporter continuity.  Replaced Message #02 with a magical sending from Werdna.  Removed trash / test areas.
This commit is contained in:
Jaysyn904
2023-04-23 22:07:17 -04:00
parent 22d6119c14
commit 103f315feb
136 changed files with 10430 additions and 31161 deletions

View File

@@ -0,0 +1,17 @@
//::///////////////////////////////////////////////
//:: General Treasure Spawn Script HIGH
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Spawns in general purpose treasure, usable
by all classes.
*/
//:://////////////////////////////////////////////
//:: Created By: Brent
//:: Created On: February 26 2001
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("nw_o2_generalhig", OBJECT_SELF);
}