Initial upload
Initial upload
This commit is contained in:
15
_module/nss/spawnwarningtrig.nss
Normal file
15
_module/nss/spawnwarningtrig.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//Put this script OnEnter
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
DelayCommand(1.0, FloatingTextStringOnCreature("Kill Your Spawns!!!!!", oPC));
|
||||
|
||||
DelayCommand(2.0, FloatingTextStringOnCreature("Don't Over Spawn!!!!", oPC));
|
||||
|
||||
DelayCommand(3.0, FloatingTextStringOnCreature("Overspawning Will Put You In Jail!!!", oPC));
|
||||
|
||||
}
|
Reference in New Issue
Block a user