A combination of the two previous questions. Would this work?
%%DONETOTAL%=%0%You are at sea now. There are 4 islands for you to explore.%%
%%DONETOTAL%=%1%With 1 down only 3 remain.%%
%%DONENORTH%=%1%Since north is done you now have knowledge of...%%
%%DONEEAST%=%1%Since east is done you now have knowledge of...%%
%%DONESOUTH%=%1%Since south is done you now have knowledge of...%%
%%DONEWEST%=%1%Since west is done you now have knowledge of...%%
%%DONETOTAL%=%1%With 2 down only 2 remain.%%
%%DONENORTH%=%1%Since north is done you now have knowledge of...%%
%%DONEEAST%=%1%Since east is done you now have knowledge of...%%
%%DONESOUTH%=%1%Since south is done you now have knowledge of...%%
%%DONEWEST%=%1%Since west is done you now have knowledge of...%%
%%DONETOTAL%=%1%With 3 down only 1 remain.%%
%%DONENORTH%=%1%Since north is done you now have knowledge of...%%
%%DONEEAST%=%1%Since east is done you now have knowledge of...%%
%%DONESOUTH%=%1%Since south is done you now have knowledge of...%%
%%DONEWEST%=%1%Since west is done you now have knowledge of...%%
%%DONETOTAL%=%1%With 4 down only none remain.%%
%%DONENORTH%=%1%Since north is done you now have knowledge of...%%
%%DONEEAST%=%1%Since east is done you now have knowledge of...%%
%%DONESOUTH%=%1%Since south is done you now have knowledge of...%%
%%DONEWEST%=%1%Since west is done you now have knowledge of...%%
Think of
DONETOTAL as TOTAL
DONENORTH as ONE
DONEEAST as TWO
DONESOUTH as THREE
DONEWEST as FOUR
in regards to previous examples.
Other questions in regards to this:
Do I add THEN after each one so that the paragraphs are joint conditions?
Also is there a way to get rid of the big gap it creates, when you don't have any variables?
Thanks a heap!