View Single Post
Old Mar 17th, 2008, 9:29 AM   #12
commodore
Programmer
 
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0 commodore is an unknown quantity at this point
Re: Newb interactive fiction

Thanks for helping. Is -> used with pointers? There's still a problem. When I run it, type in "look" and then "n" it crashes.

EDIT: it's because handle_input returns 0 after "look". I replaced it with return currentRoom;
commodore is offline   Reply With Quote