Lankhmar_PRC8/_module/nss/bandit_walk_awy2.nss

20 lines
347 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("BanditLeader1");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_BanditLeader1")));
oTarget = GetObjectByTag("BanditLeader1");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("BanditLeader1");
DestroyObject(oTarget, 3.0);
}