2025/09/18 Update

Added area transition & creature bug fixes from @Behindflayer.
Full compile.
This commit is contained in:
Jaysyn904
2025-09-18 11:00:28 -04:00
parent 10a236381e
commit 8d91ef12cc
48 changed files with 2004 additions and 88 deletions

View File

@@ -257,4 +257,6 @@ void main()
//SetListenPattern(OBJECT_SELF, "**", 20600); //listen to all text
//SetLocalInt(OBJECT_SELF, "hls_Listening", 1); //listen to all text
//DMFI CODE ADDITIONS END HERE
ExecuteScript("prc_npc_spawn", OBJECT_SELF);
}