scn N9BackUpGenShaftPresentSCRIPTFloat AngleZBegin GameMode If DMQ1.BackupPresent == 0 Set AngleZ to GetAngle Z SetAngle Z to AngleZ + (300*GetSecondsPassed) EndIfEnd
I have ensured that the quest ID is DMQ1, the variable is called BackupPresent and that the script is on the quest. Then, this script is placed on a nearby object. I just want it to rotate on the Z axis at 300 degrees a second... I have done this kind of thing many times before, and I don't see whats wrong here. Any help is appreciated!
Gunmaster95