Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone interested in making a text adventure as a group?
#15
may i also suggest FreeBASIC to make commands in teh game 20 times easier

you could easily create a command hook to text:

Code:
TYPE command
    cname as string ' what command?  "get, take, grab" for example
    hook as function(this as command, associatation as string)
END TYPE

you could just reference the function for each command seperately, if you really wanted, eliminating the "this as command" OOP emulation.

I am more than happy to help, and even more if it's fb

email me alex _DOT_ barry _AT_ gmail _DOT_ com if you want to do this, and i'll do something....whatever

oz~
Reply


Messages In This Thread
Anyone interested in making a text adventure as a group? - by Oz - 10-05-2005, 02:07 AM
been thinkin - by zoasterboy - 10-22-2005, 10:54 AM
sorry! - by phycowelder - 10-23-2005, 12:13 PM
before... - by zoasterboy - 10-24-2005, 07:43 AM
story line - by zoasterboy - 10-25-2005, 04:47 AM
yah - by zoasterboy - 10-25-2005, 07:26 AM
main menu - by zoasterboy - 10-26-2005, 05:13 AM
joining - by phycowelder - 10-26-2005, 05:25 AM
^^ - by zoasterboy - 10-26-2005, 05:27 AM
Anyone interested in making a text adventure as a group? - by Anonymous - 10-26-2005, 05:34 AM
Re: ^^ - by Liquid Snake - 10-26-2005, 06:18 AM
cool! - by phycowelder - 10-26-2005, 06:56 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)