Lankhmar_PRC8/_module/nss/cnv_spn_lsoldrs.nss

28 lines
366 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
#include "nw_i0_plot"
void main()
{
object oTarget;
object oSpawn;
location lTarget;
object oPC = GetPCSpeaker();
oTarget = GetWaypointByTag("WP_SPn_LSold1");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "lankksold1", lTarget);
oTarget = oSpawn;
AssignCommand(oTarget, ActionStartConversation(oPC, ""));
PlayOldTheme();
}