Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: G4mingWithAd
i have put growing soulbox's(made by makecents) in my map and they work perfectly fine the way they are, but i want to make them rotate on the z axis
does anyone know how i can do this
ModmeBot:
Reply By: Abnormal202
G4mingWithAdi have put growing soulbox's(made by makecents) in my map and they work perfectly fine the way they are, but i want to make them rotate on the z axis
does anyone know how i can do this
Rotate when? just forever? if that is the case then go into growing_soulbox.gsc and find:
and stick this underneath it:
then add a this function to the code anywhere, such as the very bottom line:
haven't tested it out but I've worked with rotating stuff before and I think this should work.