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:
7
_module/nss/ra_bricksfall.nss
Normal file
7
_module/nss/ra_bricksfall.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
// Sends a message to the nearest PC who is alive to us.
|
||||
void main()
|
||||
{
|
||||
object oPC = GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC, OBJECT_SELF, 1, CREATURE_TYPE_IS_ALIVE, TRUE);
|
||||
|
||||
SendMessageToPC(oPC, "The ceiling has collapsed");
|
||||
}
|
Reference in New Issue
Block a user