CS and Geck didn't give me this much trouble...
I can't do something as simple as remotely activating a container through a button. I haven't found any tutorials. Even this fails to return true.
Scriptname _t_Test_Sort_Activator extends ObjectReference Actor Property PlayerRef AutoObjectReference Property _t_ref_armor_chest Auto Event OnActivate(ObjectReference akActionRef) If akActionRef == PlayerRef Debug.MessageBox("Yippee! " + _t_ref_armor_chest) _t_ref_armor_chest.Activate(PlayerRef) else Debug.MessageBox("Failed! " + _t_ref_armor_chest) _t_ref_armor_chest.Activate(PlayerRef) EndIf EndEvent
MessageBox says, "Failed! None"
There was tutorial for this sort of thing for the Oblivion CS. I wrote a very complex item sorter and now... imatotalnoob ®