That's awesome, gameboy! I'd love to see that boat in a cutscene or something.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
// top of the script:
int idlewait = 200; // at normal gamespeed one second equals 40 gameloops
// in the repeatedly execute:
if (idlewait > 0) idlewait--;
if (idlewait == 0){
idlewait = 200;
if (Character..IdleView == 6) Character.SetIdleView(7, 1); // 1 is the delay
else Character.SetIdleView(6, 1);
}
Quote from: dbuske on Fri 08/07/2011 22:09:00
I have to now jump through hoops to get it on my mediafire account.
if (condition) Something happens
if (condition) {
Something happens
Another thing happens
Yet another thing..
}
Quote from: Khris on Tue 28/06/2011 14:26:53
There's no emoticon for what I'm feeling, to quote somebody I can't remember right now.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.203 seconds with 15 queries.