antstubell Posted April 27, 2020 Author Share Posted April 27, 2020 Thanks dylbillmaxarturo - no shame my friend. Crude example of how I will use this script. Event OnActivate(ObjectReference akActionRef)ScaleUp()EndEventFunction ScaleUp()While MyObj1.GetScale() < 1.0MyObj1.SetScale((MyObj1.GetScale() + 0.1))Utility.Wait(0.5)EndWhileEndFunction Link to comment Share on other sites More sharing options...
Recommended Posts