Hi everyone.
I would like to access my mount inventory.
How do I go about doing so. Can't remember. I try to attached a chest to my mount with the following script but it did not activate.
scn MABelleScriptbegin onActivate if player.IsSneaking BelleChestRef.Activate else activate endifend
Basically if the player is sneaking it should activate the chest. but if not the player will activate the mount, meaning he or she will mount.
Note that the chest is a persistent ref and that it is in a different cell than the mount (in my test cell, not link to the player game). Also I have attached the mount to the chest (parent). Still this doe not work.
Should I try another method? and then which one? Thanks guys and gals