Actually I just opened the executable in a text editor.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#2
VVVVVV / Re: some scripting commands
July 30, 2011, 06:07:10 PMQuote from: Terry on July 30, 2011, 06:01:37 PM
Heh, how did you find out about "destroy(platforms)"?It doesn't work properly yet in this version, so I didn't mention it when I was listing commands on twitter.
your window was almost unlocked!
>cough<
activateteleporter(X), altstates(X), befadein(X), blackon(X), blackout(X), changeai(X,X,X), changecolour(X,X), changedir(X,X), changemood(X,X), changeplayercolour(X), changetile(X,X), companion(X), createactivityzone(X), createcrewman(X,X,X,X,X,X), createentity(X,X,X,X,X), createlastrescued(X), createrescuedcrew(X), cutscene(X), delay(X), destroy(X), endcutscene(X), everybodysad(X), face(X,X), fadein(X), fadeout(X), finalmode(X,X), flipgravity(X), foundtrinket(X), gamemode(X), gamestate(X), gotoposition(X,X,X), gotoroom(X,X), hascontrol(X), hidecoordinates(X,X), hideplayer(X), hidesecretlab(X), hideship(X), hidetargets(X), hideteleporters(X), hidetrinkets(X), ifcrewlost(X,X), ifexplored(X,X,X), ifflag(X,X), iflast(X,X), ifskip(X), loadscript(X), missing(X), musicfadeout(X), nocontrol(X), playef(X,X), position(X), position(X,X), rescued(X), rollcredits(X), setcheckpoint(X), shake(X), showcoordinates(X,X), showplayer(X), showsecretlab(X), showship(X), showtargets(X), showteleporters(X), showtrinkets(X), specialline(X), squeak(X), stopmusic(X), teleportscript(X), telesave(X), text(X,X,X,X), tofloor(X), trinketbluecontrol(X), trinketyellowcontrol(X), undovvvvvvman(X), untilbars(X), untilfade(X), vvvvvvman(X), walk(X,X)
(most of these do not actually work)
#3
VVVVVV / some scripting commands
July 30, 2011, 04:38:28 PM
cribbed from the existing levels
music(X) - plays music X (0: silence, 1: pushing onwards, 2: positive force, 3: potential for anything, 4: passion for exploring, 5:
, 6: predestined fate, 7: popular poutpourri, 8: pipe dream, 9: pressure cooker, 10: paced energy, 11: piercing the sky)
say(X) - says the text contained in the next X lines (default:1)
reply(X) - player says the text contained in the next X lines (default:1)
delay(X) - pause of X ticks
happy - yay
sad - bawww
flash - flash of light
destroy(gravitylines)
destroy(platforms) - doesn't quite work properly according to terry
destroy(warptokens)
flag(X,on) - turns flag on. X= 1-99
flag(X,off) - turns flag off
iftrinkets(X,script) = if trinkets are more or equal to X execute script
iftrinketsless(X,script)= if trinkets are less than X execute script
ifflag(X,script) = if flag is on, execute script
music(X) - plays music X (0: silence, 1: pushing onwards, 2: positive force, 3: potential for anything, 4: passion for exploring, 5:
, 6: predestined fate, 7: popular poutpourri, 8: pipe dream, 9: pressure cooker, 10: paced energy, 11: piercing the sky)say(X) - says the text contained in the next X lines (default:1)
reply(X) - player says the text contained in the next X lines (default:1)
delay(X) - pause of X ticks
happy - yay
sad - bawww
flash - flash of light
destroy(gravitylines)
destroy(platforms) - doesn't quite work properly according to terry
destroy(warptokens)
flag(X,on) - turns flag on. X= 1-99
flag(X,off) - turns flag off
iftrinkets(X,script) = if trinkets are more or equal to X execute script
iftrinketsless(X,script)= if trinkets are less than X execute script
ifflag(X,script) = if flag is on, execute script
Pages1
It doesn't work properly yet in this version, so I didn't mention it when I was listing commands on twitter.