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?
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.
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! :)