scriptname hilarityPlayCatchScript
ref rockRef ;a reference for the item placer
ref victimref ;a reference for the spells target
ref rockfall ;a reference to the rockfall
Begin ScriptEffectStart
If (IsActor ==1)
set victimref to GetSelf
set rockRef to PlaceAtMe CtrapCaveIn01, 1, 0, 0
rockRef.pms EffectAtronachFlame 5
rockRef.moveTo victimref 0, 0, 500
endif
end