Spawner switchover.

Spawner switch over.  PnP Umberhulks & Stone Golems.  A real search check in Level 10a - Small Cave.  Respawning placeables in 10a - Umber Hulk Cave & 10a - Small Cave
This commit is contained in:
Jaysyn904
2021-09-30 23:55:31 -04:00
parent 1523331392
commit 8dbdd0bd23
47 changed files with 7754 additions and 27481 deletions

View File

@@ -0,0 +1,14 @@
//Put this OnOpen
void main()
{
object oPC = GetLastOpenedBy();
if (!GetIsPC(oPC)) return;
AdjustAlignment(oPC, ALIGNMENT_EVIL, 3);
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 3);
}