Great stuff..!
Note to all module authors: please add your modules to the list of modules in the wiki
Note to all module authors: please add your modules to the list of modules in the wiki
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
String monthmap[13];
function game_start() {
monthmap[1]="January";
//etc...
}
int i=0;
while (i<10 && fadeout[i]) {
i++;
}
if (i==10) Display("Error, reached max number of fading objects!");
// your existing code in here, with lots of "[i]" added...
int i=0;
while (i<10) {
if (fadeout[i]) {
// your existing code in here, with lots of "[i]" added...
}
i++;
}
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.472 seconds with 15 queries.