Non-threaded

Forums » The Parlor Room » Read Thread

Questions about a storygame? Thoughts on Eternal? Any other IF you're playing out there?

AQW: Prologue

12 years ago

So, I recently published my first game, AQW: Prologue, and I would like to get more feedback about the game, but only a few seem to have played it. Could anyone please play it and give me some feedback? I'm intending to republish it after receiving feedback.

AQW: Prologue

12 years ago

I left a comment =)

But really, if you are hesitant to use the advanced editor, then just create a test platform game and try it out. It's really easy for basic stuff like link restrictions and variables and you can do wonders, even without any scripting. I used almost no scripting in my zombie game for example.

AQW: Prologue

12 years ago

What, the hell are you talking about BZ? You used a bunch of scripts, considering you registered if we had the crow bar, axe, bike, without any items.

AQW: Prologue

12 years ago

Naw, actually only 1 small script to determine the wife scene and 1 to finish the game. Everything else is done by switch variables and link restrictions.

For example: %Axe = 0 (no Axe); %Axe = 1 (have Axe)

LINK 1 (AXE = 0 Restriction)

LINK 2 (AXE = 1 Restriction)