Initial commit
Initial commit [v9.7]
This commit is contained in:
39
_module/nss/entr_spn_ilththi.nss
Normal file
39
_module/nss/entr_spn_ilththi.nss
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
location lTarget;
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "fingrylp4")== OBJECT_INVALID)
|
||||
return;
|
||||
|
||||
oTarget = GetWaypointByTag("WP_SPn_Ilth");
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ilththief", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ilththief", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ilththief", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ilththief", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ilththief", lTarget);
|
||||
|
||||
lTarget = GetLocation(oTarget);
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ilththief", lTarget);
|
||||
|
||||
DestroyObject(OBJECT_SELF);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user