Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Braydo25

Members
  • Posts

    112
  • Joined

  • Last visited

    Never

Braydo25's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. lol my tutorial, havent been on in a while but heres what you can do. each item type has a const assigned to it correct? well, you can simply add an if statement to the mouseover code. do something like if itemtypecurrency then and then use the .visible = false for each thing you dont want to display.
  2. A txt based game currently looking for input on things potential players would most likely like to see. anyways, you can find out more info here: www.everlasting-odyssey.webs.com thanks
  3. New Forums! http://everlastingodyssey.freeforums.org/ more people should check the game out and give more feedback!
  4. yea i noticed that earlier today, its been fixed and will be put out in the next version of the demo, you can just use the same char on the next client without having to restart.
  5. This demo has all the basic systems of the game implemented and is fully functional and im happy to say its bugless so far, as many times as ive tested it at least. anyways download and give feedback! the last demo had a bug in it that you could play since the installer deleted folders with nothing in them (the characters folder) anyways heres the link to the demo: http://files.filefront.com/Everlasting+Odyssey+Demoexe/;12106856;/fileinfo.html
  6. Hey everyone, I've been working on a txt-based rpg for a while now, completely my own from scratch. Its going great and I would like to get some feedback on what you think so far. The game when released will be unique because it will have a patcher included, this patcher will constantly update in-game content when released (Making the name "Everlasting" appropriate) anyways, you should check out the demo, its sort of dated but i cant release a more up to date one until i finish the shop/item system which should be done soon. you can find the download here: www.everlasting-odyssey.webs.com thanks!
  7. ![](http://img522.imageshack.us/my.php?image=everlastingodysseyworlddo4.png) http://img522.imageshack.us/my.php?image=everlastingodysseyworlddo4.png rate rate rate =p
  8. The game isnt entirely text. its hard to explain, its not like a cmd program. And i've been around long enough here and this isnt advertising, nor should it be in the recruiting center for eclipse projects. =p
  9. as stated ^ Mostly for the gui, and world map since im absolutely horrible with photoshop.. lol msg me on msn: [email protected] or aim: [email protected] or just post with an example of work, you can find a pre pre pre demo of the game here if you want to look into it more: http://files.filefront.com/Everlasting+Odysseyrar/;11987298;/fileinfo.html
  10. nvm, i was being dumb. I overlooked a really simple way to do it, instead i just did: Public Function CheckEvent(EventName as string) as boolean if getvar(blahblahblah,blah,EventName) = "" then CheckEvent = false else CheckEvent = true end if end function. lol, i forgot that when the variable isnt found it returns a vbnullstring.
  11. Lol, well this is making me pretty mad. Im trying to make a function that checks if there is a variable within an ini. I tried something like: public function CheckINIVar (EventName as string) as boolean dim a as integer on error goto Error for i = 0 to 10 if getvar(app.path(blah blah blah),header,EventName) = i then
  12. oh i see, i just looked it up, but i guess thats somewhat what this is?
×
×
  • Create New...