Lankhmar_PRC8/_module/nss/cnv_spn_orl.nss

18 lines
248 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_Orl_Jail");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "commale001", lTarget);
}