Lankhmar_PRC8/_module/nss/walk_away_counil.nss

47 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oTarget;
int nInt;
object oPC = GetPCSpeaker();
oTarget = GetObjectByTag("Radomix");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Radomix");
oTarget = GetObjectByTag("Lanny2");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix")));
oTarget = GetObjectByTag("Lanny2");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Lanny2");
DestroyObject(oTarget, 3.0);
oTarget = GetObjectByTag("Gabel2");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix")));
oTarget = GetObjectByTag("Gabel2");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Gabel2");
DestroyObject(oTarget, 3.0);
oTarget = GetObjectByTag("Andriano2");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix")));
oTarget = GetObjectByTag("Andriano2");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Andriano2");
DestroyObject(oTarget, 3.0);
oTarget = GetObjectByTag("Rashane54");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix")));
oTarget = GetObjectByTag("Rashane54");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Rashane54");
DestroyObject(oTarget, 3.0);
}