No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Multi user Chat RPG Gaming enviroment here is a ruff draft outline it may be too intensive for you but possably a part of this out line may give you some ideas. DM Host - Options Map Files are selected by the DM for all Character Levels are selected by … | |
Re: depends on how the origional file is formated for instance if it reads line by line or a silgle line to eof. dim confdat,yourfile,variable(0 to number of file lines) as string cmdl.action = 1 yourfile = cmdl.filename x = 0 Open yourfile For Input As #1 Do While Not EOF(1) … | |
I am looking for some colabrative help in developing an RPG gaming enviroment for the internet (Shareware). There are alot of "MUD" programs but this is not a "MUD" The Concept is a multi-player Game Chat enviroment with tools for playing the RPG as if the RPG were A LIVE … | |
Re: the syntax is not correct but this is how i would approch it global[B] piccnt[/B] as interger' in a modual onform load 'set the 1st picture [B]piccnt[/B] = 0 pitcure1.picture = filepath & listbox.listindex([B]piccnt[/B]) sub click arrow button right [B]piccnt [/B] = [B]piccnt [/B] + 1 if [B]piccnt [/B] >then … |
The End.