Obby generator - World DL at bottom of post, it also has a collection chest, so worth checking out.
How do you make it? See second image.
How do I obtain the macromod code for it? Look below
Are there any known issues? Yes, once you generate a stack of obby you need more string. I have no idea how to change slots when empty in macro mod yet.
If you have a solution to this, post it/incorporate it into the code.
if(obbygen);
log("OBBY GEN DISABLED");
unset(obbygen);
else;
log("OBBY GEN ENABLED");
set(obbygen);
do;
LOOKS(270,0,1);
LOOKS(246,3,1);
KEY(USE);
WAIT(7t);
LOOKS(245,3,1);
KEY(USE);
LOOKS(270,35,1);
SLOT(1);
DO(195);
KEY(attack);
LOOP;
WAIT(4t)
SLOT(2);
KEY(USE);
while(obbygen);
endif;
https://mega.nz/#F!P4tVDKxL!lynbdA1SXXvsFBpRhulfCQ
t. Camo