Lankhmar_PRC8/_module/nss/walk_away_alyx4.nss

22 lines
317 B
Plaintext
Raw Permalink Normal View History

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