Menu

Show posts

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.

Show posts Menu

Messages - Xdroid19

#1
VVVVVV Help / Re: Internal commands
December 25, 2017, 12:37:26 AM
I just used gamestate 9 and VVVVVV crashed
#2
that is to
Quote from: -Kiwi Alexia ♡ on December 23, 2017, 04:50:28 PM
i am not sorry


watch the whole thing
#3
something like that
#4
Everything else / Everything I've found in VVVVVV [split]
December 23, 2017, 04:54:37 PM
Quote 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
:P
#6
...what?
#7
VVVVVV / Re: Everything I've found in VVVVVV
December 23, 2017, 04:15:57 PM
sorry
#8
 :victoria: :victoria: :victoria: :victoria:
#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.
#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 PM
Quote from: Weird Shadow Machine on June 18, 2017, 04:30:43 AM
Quote from: Xdroid19 on June 18, 2017, 12:04:40 AM
I tried using a command where :viridian: said something one time. I used this command.
Quote
ifflag(1,speechb)
end()

and "speechb" was
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  :viridian: does nothing.
How do I fix this?

You're better off doing it the other way round:

ifflag(1,donothing)
iftrinkets(0,speechb)


and in script "speechb": flag(1,on).

Script "donothing" should of course be empty.
Quote from: -Kiwi Alexia ♡ on June 18, 2017, 09:31:52 PM
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
Thank you both so much but now i have another problem

ifcrewmates(4,grav_lines)

and grav_lines was

destroy(gravitylines)
#13
VVVVVV Levels / Re: Script commands index and hints
December 19, 2017, 10:59:43 PM
Quote from: uugr on June 18, 2017, 02:12:36 AM
Do you have a separate script where flag 1 turns on? For that script to run, you'd need a separate script with
Quoteflag(1,on)
in it for the script to load.
If 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.
#14
VVVVVV Levels / Re: Script commands index and tips
June 18, 2017, 12:04:40 AM
I tried using a command where :viridian: said something one time. I used this command.
Quote
ifflag(1,speechb)
end()

and "speechb" was
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  :viridian: does nothing.
How do I fix this?