45 lines
967 B
Plaintext
45 lines
967 B
Plaintext
|
|
void main()
|
|
|
|
{
|
|
|
|
object oTarget;
|
|
int nInt;
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
oTarget = GetObjectByTag("gmsas2");
|
|
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_gmsas2")));
|
|
|
|
oTarget = GetObjectByTag("gmsas2");
|
|
nInt = GetObjectType(oTarget);
|
|
|
|
oTarget = GetObjectByTag("gmsas2");
|
|
DestroyObject(oTarget, 3.0);
|
|
|
|
oTarget = GetObjectByTag("Larella2");
|
|
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_gmsas2")));
|
|
|
|
oTarget = GetObjectByTag("Larella2");
|
|
nInt = GetObjectType(oTarget);
|
|
|
|
oTarget = GetObjectByTag("Larella2");
|
|
DestroyObject(oTarget, 3.0);
|
|
|
|
oTarget = GetObjectByTag("LordWelm2");
|
|
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_gmsas2")));
|
|
|
|
oTarget = GetObjectByTag("LordWelm2");
|
|
nInt = GetObjectType(oTarget);
|
|
|
|
oTarget = GetObjectByTag("LordWelm2");
|
|
DestroyObject(oTarget, 3.0);
|
|
|
|
oTarget = GetObjectByTag("grshshgtgrd1");
|
|
DestroyObject(oTarget, 6.0);
|
|
|
|
oTarget = GetObjectByTag("grshshgtgrd2");
|
|
DestroyObject(oTarget, 6.0);
|
|
|
|
}
|