Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/at_knockdown3.nss
Normal file
15
_module/nss/at_knockdown3.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
effect eEffect;
|
||||
eEffect = EffectKnockdown();
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eEffect, oPC, 180.0f);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user