Forum: C Jun 14th, 2005 |
| Replies: 3 Views: 1,602 that is basically what i did, (p.s. this is in c++ incase u were wondering) i declared a starting point, i=1, declared the stoping point, when it hits me.spellcasterlevel, then i said what to do (go... |
Forum: C Jun 13th, 2005 |
| Replies: 3 Views: 1,602 i have this for loop in my program that i am creating but it is counting further than it is supposed to and trying to call to an unknown variable thus creating an error. here is the code that kicks... |
Forum: C Mar 7th, 2005 |
| Replies: 7 Views: 2,613 it just says that it is a file (not a .rtf, .dat or anything just file (saved as a plain text document)) even in the command prompt it recognizes that the files themselves (the 1, 2, 3 so one) have... |
Forum: C Mar 7th, 2005 |
| Replies: 7 Views: 2,613 pry gonna sound really noobish but, does it need to? i didn't save it as any (in my expierience it seemed to work whenever i tried the savedplayers with or without the extension .dat so i didn't... |
Forum: C Mar 7th, 2005 |
| Replies: 7 Views: 2,613 ok so i tried modefieng it like so, but it doesn't want to load the savedgame variable from the file that i open,so it ends up just displaying the "1: " part and not the name part, can anyone think... |
Forum: C Mar 6th, 2005 |
| Replies: 7 Views: 2,613 ok this is for a role playing game that i am making, i have a save and load player in it but i want to be able to save and load multiple people's files (eg. someone is playing and saves their game... |
Forum: C Mar 6th, 2005 |
| Replies: 7 Views: 2,613 I am trying to get my program to display multiple files for a user to choose from to load, this is the general code i tried but don't know how to actually put it as (the for loop is what i am having... |
Forum: C Feb 7th, 2005 |
| Replies: 0 Views: 1,592 hey all, my problem is this, i recently learned how to play a midi file in the code snipet area. but i couldn't figure out how to get the program to switch sound files when i want. idealy i would... |
Forum: C Feb 7th, 2005 |
| Replies: 2 Views: 2,242 ok here is the deal, i am making a role playing game that has a step by step battle system. it was working until i decided to make a new function called gameplaychoice. now whenever i call to the... |