Thread: story system

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    3

    story system

    i am making a text adventure, and i am having a hard time advancing the story, i made it so it prints out part of the story, then it automaticaly fight, and the battle system works, but i cant figure out how to go to the next part of the story, i was thinking about linked lists but im not sure. if you have any ideas post back, thanks.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    156
    post the source code
    Compiler: MingW(IDE: Bloodshed Dev-C++ 4.01)
    Web Site: Zoo Crew
    Forums: Zoo Boards
    E-mail: [email protected]

    "Do you wanna go to jail or do you wanna go home?!?!" - Alonzo(Training Day)

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    3
    i figured it out, thanks anyways.

  4. #4
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    im making one also. how mine works is it goes through a continuous loop, and each room has a description with it. when you are in a room, it displays the description, and other stats and options. if there is a monster, you fight. flag tells if you killed it.

    I'd like to see what you have so far, perhaps we could exchange ideas. might you do something like that?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File System Implementation
    By dodgeviper in forum C Programming
    Replies: 9
    Last Post: 11-16-2007, 01:04 PM
  2. Using system icons
    By @nthony in forum Windows Programming
    Replies: 1
    Last Post: 01-13-2007, 07:56 PM
  3. Linux database system needed
    By BobS0327 in forum Tech Board
    Replies: 7
    Last Post: 06-11-2006, 03:56 PM
  4. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  5. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM