Alright, you people are the experts here. Well atleast some of you ^_^
What I want is to put a timer in using a variable such as count.
Ie
As far as I understand it, in rmxp with the rgss you'd express it like this right?
I am very determined to master the rgss. It's a challenge that I am tackling head first. I have nothing to lose but free time. However.. many of the commands, and the other such things like internal variables are not well defined...
What I want is to put a timer in using a variable such as count.
Ie
Count=0
Until count=1000
count=count+1
Loop
Until count=1000
count=count+1
Loop
As far as I understand it, in rmxp with the rgss you'd express it like this right?
@count==1
while @count <100
@count=+1
end
while @count <100
@count=+1
end
I am very determined to master the rgss. It's a challenge that I am tackling head first. I have nothing to lose but free time. However.. many of the commands, and the other such things like internal variables are not well defined...