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

@@ -1,3 +1,4 @@
void main()
{
object oActor;
@@ -14,8 +15,8 @@ void main()
return;
SetLocalInt(oPC, "DO_ONCE__" + GetTag(OBJECT_SELF), TRUE);
// Have Werna's Sending strike up a conversation with the PC.
// Have "LVL10_MSG02" strike up a conversation with the PC.
oActor = GetNearestObjectByTag("LVL10_MSG02", oPC);
AssignCommand(oActor, ActionStartConversation(oPC, "lvl10_msg02", FALSE, FALSE));
AssignCommand(oActor, ActionStartConversation(oPC, "", FALSE, FALSE));
}