Lankhmar_PRC8/_module/nss/conv_spawn_alyx3.nss

19 lines
254 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
object oSpawn;
location lTarget;
oTarget = GetWaypointByTag("WP_Alyx3");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "alyx2", lTarget);
oTarget = oSpawn;
}