dont remember my stats

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 MenuQuote from: -Kiwi Alexia ♡ on November 26, 2017, 04:54:22 PMOk, firstlyQuote from: DubstVne on November 26, 2017, 01:48:01 AMFirstly
say(-1)
text(1,0,0,4)
say(4)
createentity(20.5,19,18,sad)
endcutscene()
untilbars()
loadscript(stop)
<blank line>
You don't wanna use the cutscene bars method for creating entities
Second, you can't use 20.5
You can't have half of a pixel
Thirdly use createcrewman() to create a crewmate
Because you can control it better
Quote from: weee50 on November 07, 2017, 12:31:23 AM
If you're new to this forum (you probably are because you have only 3 posts), the VVVVVV Help forum would probably be a better place to put your VVVVVV problems, not a topic that hasn't been posted in in over a year.
But anyway, have you tried right clicking? This could be the bug where, if you control-click, you'll be stuck in right-click mode until you right click.
If that doesn't work, you could be in Direct Mode. Try pressing F10 (or Fn+F10 if you're on Mac), and see if that helps.
Quote from: Dav999 on July 28, 2012, 01:43:41 PM
--- METHOD 2 - WITHOUT CUTSCENE BARS---
If you want to use internal commands without cutscene bars, put this in the script box which Viridian walks through:iftrinkets(0,script2)
Then make a new script. In this case the new script is called 'script2' (you can use any name using a-z or 0-9, note that A-Z and some special characters should not be used). Delete the script box, so that Viridian doesn't activate it directly. The script has to be activated by the script containing iftrinkets(0,script2).
The second script should look like this:say(5)
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(5)
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(5)
...
It has to end with:...
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)
Note that in the last part of this script, there has to be one blank line after the last text(1,0,0,4). Not 0, because then things get deleted because of a bug in the script editor, and not more than 1, because then it won't work. 'text(1,0,0,4)' has to be the second last line, and the last line has to be empty.
Just like in the say(-1) method, you don't have to use say(5) if you want to use less than 4 commands in a row, you can use say(4) to have 3 commands in a row, say(3) to have 2 commands in a row, et cetera. For example:say(4)
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(5)
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(2)
{internal command}
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)
Quote from: StillSpelledViridan on October 08, 2017, 02:03:33 PMQuote from: mrytp on October 08, 2017, 12:23:36 PMi assure you there is no rickrolling in this level. there is, however, a terminal in the hub room that sends you to a secret "polka palace" zone once you have 15 trinkets.
I never thought I'd get rickrolled by VVVVVV