Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
23
_module/nss/en4_pris_attackd.nss
Normal file
23
_module/nss/en4_pris_attackd.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Associate On Attacked
|
||||
//:: NW_CH_AC5
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
If already fighting then ignore, else determine
|
||||
combat round
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Preston Watamaniuk
|
||||
//:: Created On: Oct 16, 2001
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
object oAttacker;
|
||||
|
||||
oAttacker = GetLastAttacker();
|
||||
ClearAllActions();
|
||||
ActionMoveAwayFromObject(oAttacker,TRUE,20.0f);
|
||||
}
|
Reference in New Issue
Block a user