AGI LOGIC HELP

Keith How come every game (commercial and fan-made) doesn't use terms such as new_room (instead they use isset(f5)) or the room edges? Which is better to use?
Joel Many fan-made games do, in fact, use "new_room" and stuff like that. However, if you download the game and open it in AGI Studio, chances are that you don't have the source code for the game, so AGI Studio has to reconstruct it from the compiled logic, in which case all it sees is things like if (isset(f5)) because names like new_room are not stored in the game. Personally, I think using the define names, instead of things like v110 and f5, is so much easier it's not even funny.
Andrew_Baker I dunno, I include the full source for Voodoo Girl within the zip packet download when I've got it posted.