I just used gamestate 9 and VVVVVV crashed
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
Everything else / Re: Everything I've found in VVVVVV [split]
December 23, 2017, 08:52:21 PM
that is to
Quote from: -Kiwi Alexia ♡ on December 23, 2017, 04:50:28 PM
i am not sorry
watch the whole thing
#3
Everything else / Re: Everything I've found in VVVVVV [split]
December 23, 2017, 04:55:05 PM
something like that
#4
Everything else / Everything I've found in VVVVVV [split]
December 23, 2017, 04:54:37 PMQuote from: -Kiwi Alexia ♡ on December 22, 2017, 06:08:18 PM+
Viridian can jump through undocumented gamestates:
editor
= 1 of 15 not 20
#5
VVVVVV Levels / Re: Script commands index and hints
December 23, 2017, 04:45:25 PM
I had to use 16 scripts to do that

#6
VVVVVV Help / Re: Simplified Scripting vs Internal Scripting?
December 23, 2017, 04:26:39 PM
...what?
#9
VVVVVV / Re: Everything I've found in VVVVVV
December 22, 2017, 10:01:21 PM
I think it needs more commands.*
*I have no idea how to even use internal scripting commands but i want to.**
**duh.***
***still duh.
*I have no idea how to even use internal scripting commands but i want to.**
**duh.***
***still duh.
#10
VVVVVV Levels / Re: Script commands index and hints
December 21, 2017, 01:47:02 PM
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHHHHH
#11
VVVVVV Levels / Re: Script commands index and hints
December 20, 2017, 03:41:26 PM
then what's the command in 333333?
#12
VVVVVV Levels / Re: Script commands index and hints
December 19, 2017, 11:15:07 PMQuote from: Weird Shadow Machine on June 18, 2017, 04:30:43 AMQuote from: Xdroid19 on June 18, 2017, 12:04:40 AM
I tried using a command wheresaid something one time. I used this command.
Quoteand "speechb" was
ifflag(1,speechb)
end()Quote
reply(1)
Yet another dimension to be explored.
sad
reply(1)
*sigh*
reply(1)
And more spikes!
flag(1,off)
When I run this scriptdoes nothing.
How do I fix this?
You're better off doing it the other way round:Code Selectifflag(1,donothing)
iftrinkets(0,speechb)
and in script "speechb":Code Selectflag(1,on).
Script "donothing" should of course be empty.
Quote from: -Kiwi Alexia ♡ on June 18, 2017, 09:31:52 PMThank you both so much but now i have another problem
I usually do
ifflag(1,blank)
flag(1,on)
iftrinkets(0,speechb)
also, in this case blank doesnt exist, or in yours, donothing doesnt have to exist
Code Select
ifcrewmates(4,grav_lines)
and grav_lines was
Code Select
destroy(gravitylines)
#13
VVVVVV Levels / Re: Script commands index and hints
December 19, 2017, 10:59:43 PMQuote from: uugr on June 18, 2017, 02:12:36 AMIf i put a script where flag 1 turned on i might run over them both a second time and end up doing the same thing again (and i have already tried that) but thanks.
Do you have a separate script where flag 1 turns on? For that script to run, you'd need a separate script withQuoteflag(1,on)in it for the script to load.
#14
VVVVVV Levels / Re: Script commands index and tips
June 18, 2017, 12:04:40 AM
I tried using a command where
said something one time. I used this command.
When I run this script
does nothing.
How do I fix this?

Quoteand "speechb" was
ifflag(1,speechb)
end()
Quote
reply(1)
Yet another dimension to be explored.
sad
reply(1)
*sigh*
reply(1)
And more spikes!
flag(1,off)
When I run this script

How do I fix this?
Pages1