Some mornings I wake up my eyes open.
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 MenuQuote from: icey games on Tue 11/05/2010 03:09:10
rpg help
um...hey guy's i was thinking about put a type of rpg in one of my games but the coding is difficult because the example code is for a older version of ags & i cant work with it, now what i will do is make templet of the game & post it up for download but if you are interested let me no..cause i don't have the spair time to really do make this but i really do need the help
Code:
...
int il=0, ij;
while(il<5) {
ij=0;
while(ij<26) {
structarray[il].intarray[ij]=il*26+ij;
ij++;
}
il++;
}
struct Mystruct {
int intarray[26];
};
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.092 seconds with 15 queries.