Jump to content

Scaling objects in real time.


Recommended Posts

Thanks dylbill

maxarturo - no shame my friend.

 

Crude example of how I will use this script.

 

 

Event OnActivate(ObjectReference akActionRef)

ScaleUp()
EndEvent

Function ScaleUp()
While MyObj1.GetScale() < 1.0
MyObj1.SetScale((MyObj1.GetScale() + 0.1))
Utility.Wait(0.5)
EndWhile
EndFunction

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...