1
VVVVVV Levels / Re: Starting a Level Contest!
« on: January 11, 2018, 05:26:39 pm »
Count me in, my man.
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.
I guess you're having the same problem?Yeah, I try typing this up in internal scripts:Code: [Select]iftrinkets(0,script2)
Code: [Select]say(5)
Huh, I don't know. Let me test it.
changeplayercolour(red)
flash(5)
playef(9)
shake(20)
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)
And one time it worked, then the game crashed and I had to type it again and it didn't work, even though I typed the exact same thing. Am I doing this wrong or is VVVVVV just weird?
iftrinkets(0,script2)
say(5)
changeplayercolour(red)
flash(5)
playef(9)
shake(20)
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)
There is a property for platform speed for each room in the level file, but you can also use Ved (an external level editor) to set that.Okay cool, but how can I do this?
As for enemies, enemy entities can be created with custom speeds with internal scripting.