Initial commit
Initial commit [v9.7]
This commit is contained in:
44
_module/nss/walk_awy_gmsas2b.nss
Normal file
44
_module/nss/walk_awy_gmsas2b.nss
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user