For more information say if you press button A and it sets Objectreference to a xmarker in solitude but if you press button A it is an xmarker in riverwood. Then button C can move the actor to either of the choices ?
Thanks
ObjectReference Property Location1 AutoObjectReference Property Location2 AutoEvent OnInit() GoToState("Idle")EndEventState IdleEndStateState Loc1 Event OnActivate(ObjectReference akActionRef) akActionRef.MoveTo(Location1) EndEventEndStateState Loc2 Event OnActivate(ObjectReference akActionRef) akActionRef.MoveTo(Location1) EndEventEndStateObjectReference Property ButtonC AutoString Property StateLocation AutoEvent OnActivate(ObjectReference akActionRef) (ButtonC as WhateverNameOfButtonCScript).GoToState(StateLocation)EndEvent