i have this code:
t# = 1.0
backdrop off : sync on : autocam on : sync rate 0
load object "C:\owing.3ds",1
cls
do
t# = wrapvalue(t#+1.0)
yrotate object 1,t
loop
but if i start the program, nothing happens. Am i doing something wrong?
I`m working on a console-based hacking game, and i want to ask for input of commands while still being able to change variables, even if the user doesn`t press any key.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.