Lankhmar_PRC8/_module/nss/walk_away_kor_gr.nss

30 lines
574 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oTarget;
int nInt;
object oPC = GetPCSpeaker();
oTarget = GetObjectByTag("Krormar");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Kessa")));
oTarget = GetObjectByTag("Krormar");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Krormar");
DestroyObject(oTarget, 3.0);
oTarget = GetObjectByTag("Griffiths");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Kessa")));
oTarget = GetObjectByTag("Griffiths");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Griffiths");
DestroyObject(oTarget, 3.0);
}