| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | BigHornerKnockdownScript
|
| Form ID | 0013DE6E |
scn BigHornerKnockdownScript
ref myself
ref mytarget
short rnd
Begin ScriptEffectStart
set rnd to GetRandomPercent
if rnd <= 20
set mytarget to GetCombatTarget
If mytarget.hasperk stonewall != 1
set myself to GetSelf
myself.pushactoraway mytarget 12
Else
ShowMessage StonewallMessage
EndIf
endif
End