
Spoiler
Activator Property HISTrapActRabbitFork01 AutoMiscObject Property HISTrapMiscRabbit01 AutoObjectReference Property kSupportProp AutoActor Property PlayerREF AutoEvent OnLoad() SetMotionType(Motion_Keyframed) Utility.Wait(1.0) ObjectReference kSupport = Self.PlaceAtMe(HISTrapActRabbitFork01, 1) kSupport.SetPosition((GetPositionX()), (GetPositionY() - 46.0), (GetPositionZ() - 20.0)) kSupport.SetAngle(-180.0000, -90.0000, 135.0000) kSupportProp = kSupport BlockActivation()EndEventEvent OnActivate(ObjectReference akActionRef) if akActionRef == PlayerREF kSupportProp.Disable() kSupportProp.Delete() Disable() Delete() PlayerREF.AddItem(HISTrapMiscRabbit01) endifEndEvent