Lankhmar_PRC8/_module/nss/cnv_spn_shlb2.nss

22 lines
279 B
Plaintext
Raw Permalink 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_shlb2");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "sheelba2c", lTarget);
lTarget = GetLocation(oTarget);
}