Wait Problems
Displaying 1-2 of 2 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
spaceseel

Hi, I'm new at programming games, and I have a question. I'm starting to create a RPG Framework for an Ideal game in mind. And I do plan to base some of the code off the Sully Framework. And whenever I use the Wait() command, it gives me a:

intro.vc(11):"wait" is not a reconized keyword or identifier!

I don't know if it's just a vc file I'm not including or what. Can anyone give me a hand with this?

Posted on 2007-01-01 23:57:24

spaceseel

Nevermind. Looked into another post and found it.

void Wait(int delay)

{

int timestamp = systemtime;

while (systemtime - timestamp < delay)

{

UpdateControls();

}

}

Posted on 2007-01-02 00:18:48


Displaying 1-2 of 2 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.