Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: T800System on Sat 05/01/2013 21:54:10

Title: Creating a game that doesn't use characters?[SOLVED]
Post by: T800System on Sat 05/01/2013 21:54:10
Is it possible to make a game using AGS that doesn't make use of the character feature? My game is going to be a first person adventure game, where the player just has to point and click on objects to examine in environments they are confronted with, and interact with characters they meet in these environments. These characters will be part of the background image, however - they won't be sprites.

So is this possible?
Title: Re: Creating a game that doesn't use characters?
Post by: on Sat 05/01/2013 22:56:16
Yes it is possible, as The Oracle (http://www.adventuregamestudio.co.uk/site/games/game/735/) gracefully shows.

One invisible char (to call player.changeRoom() when needed) and you're done.
Title: Re: Creating a game that doesn't use characters?
Post by: T800System on Sun 06/01/2013 11:14:46
Quote from: bicilotti on Sat 05/01/2013 22:56:16
Yes it is possible, as The Oracle (http://www.adventuregamestudio.co.uk/site/games/game/735/) gracefully shows.

One invisible char (to call player.changeRoom() when needed) and you're done.

Thank you very much pal! :)