I have placed a game object inside a cell and I checked "Don't Havok Settle" in order not to let the object fall on the ground when the game starts. I have added a trigger once object with a script attached to it in order to make the object fall on ground once the player enter it.
what function do i need to add to my script ?
Spoiler
Scriptname GP_TriggerOnce extends ObjectReferenceActor Property PlayerRef AutoWeapon Property Weapon01 AutoAuto State AutoStateEvent OnTriggerEnter(ObjectReference akActionRef) If akActionRef == PlayerRef ;Add function here To Add Havok to Weapon01 To Fall on Ground GoToState("")EndIfEndEventEndState