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:
14
_module/nss/ch_al_ce_onopen.nss
Normal file
14
_module/nss/ch_al_ce_onopen.nss
Normal 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user