Initial commit
Initial commit [v9.7]
This commit is contained in:
18
_module/nss/walk_away_olord2.nss
Normal file
18
_module/nss/walk_away_olord2.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
int nInt;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetObjectByTag("Radomix9");
|
||||
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix9")));
|
||||
|
||||
oTarget = GetObjectByTag("Radomix9");
|
||||
nInt = GetObjectType(oTarget);
|
||||
oTarget = GetObjectByTag("Radomix9");
|
||||
DestroyObject(oTarget, 4.0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user