Lankhmar_PRC8/_module/nss/cnv_spn_mathert.nss

23 lines
317 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oTarget;
object oSpawn;
location lTarget;
object oPC = GetPCSpeaker();
oTarget = GetWaypointByTag("WP_SPn_Mathert");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "mathert", lTarget);
oTarget = GetObjectByTag("maninstocks");
DestroyObject(oTarget, 0.1);
}