VVVVVV 2 (Current Version Is V3 & V4 Demo)

Started by MoogiGMD, September 15, 2012, 09:37:11 AM

Previous topic - Next topic

Should i release the beta before this?

Yes
14 (60.9%)
Never
2 (8.7%)
Only if it has incomplete levels
0 (0%)
only if it doesn't include silly things
2 (8.7%)
Ok give the origianal too!
5 (21.7%)

Total Members Voted: 23

Chillius


Dav999


Chillius


Chillius

Bump:Version 5. This time i'm actually going to remake THE whole of this project. however if someone would like to make flags for me? i will give you a free cookie :)

Dav999

When you're done with all scripts, this is how to use flags so scripts don't repeat:

Say you have placed a script (called "script" in this example) which contains the commands:

Quote from: scriptsay(1)
Text
reply(1)
Text

Delete the script box (not the actual script but only the box which you walk through) and replace it with a script with the same name, but with something like "_load" after it. (so you walk through a box with the script "script_load" in this case). script_load should contain this:

Quote from: script_loadifflag(1,stop)
flag(1,on)
iftrinkets(0,script)

Do this for every script you don't want to repeat (replacing the red things in the _load script with flag numbers for each script and the name of the actual script).

N

You could also, for example, do this:

Quoteifflag(1,nothing)
flag(1,on)
ifflag(1,script)