A question about forge scripting...

Do any forgers out there know how to create an object that moves or rotates the whole game? For example I just want to create a decorative piece, like a siren light for example, that just rotates in place so that way the light will also rotate. Is there a way I can do something like that?

> 2533274866783302;1:
> Do any forgers out there know how to create an object that moves or rotates the whole game? For example I just want to create a decorative piece, like a siren light for example, that just rotates in place so that way the light will also rotate. Is there a way I can do something like that?

Set these scripts on the light:

Condition, On Timer, Initial 0, Repeat 4
Action, Power Set Alpha On

Condition, On Timer, Initial 2, Repeat 4
Action, Power Set Alpha Off

Condition, Power State Alpha On
Action, Rotate 180, Time 2

Condition, Power State Alpha Off
Action, Rotate 180, Time 2

That should work. Adjust times slightly if you want. You may want to put the Timer scripts on a separate object. Checkout my minigames if you haven’t already!