Sorry for the late reply. Thanks for the quick answer (no joke intended). It works now.
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
#1
VVVVVV Tech Support / Re: Problem with iftrinkets and cutscene bars, implement music
August 01, 2012, 11:00:21 PM #2
VVVVVV Tech Support / Problem with iftrinkets and cutscene bars, implement music
July 30, 2012, 12:56:18 PM
Hello, I hope this is the right section to post this.
I've been trying to master the iftrinkets command in my test level, although I just get some empty cutscene bars instead of activating my desired script. Can anyone tell me what I'm doing wrong? Or is this just a bug?
The scripts look like this:
Name: destroy blocks with trinkets
iftrinkets(2,destroy warps)
say(2)
You must obtain 2 trinkets in order
to get past this obstacle.
Name: destroy warps
destroy(warptokens)
Also, how do I do when I want to create scripts that aren't bound to any item? So far I've been placing script boxes and then deleted them right away just to get a new script in my script editor, although I get the feeling that I'm not doing it the right way.
I'll upload my level just in case anyone wants to see the real thing. PS. Please don't mind the terminal to the right in the first room. Also, beware of a random flash in the second room.
Another question that I'd like to ask is whether there are any method to implement music into VVVVVV? I've found some persons have made tools to extract vvvvvvmusic.vvv but no tools that do the reverse.
Cheers,
Don
I've been trying to master the iftrinkets command in my test level, although I just get some empty cutscene bars instead of activating my desired script. Can anyone tell me what I'm doing wrong? Or is this just a bug?
The scripts look like this:
Name: destroy blocks with trinkets
iftrinkets(2,destroy warps)
say(2)
You must obtain 2 trinkets in order
to get past this obstacle.
Name: destroy warps
destroy(warptokens)
Also, how do I do when I want to create scripts that aren't bound to any item? So far I've been placing script boxes and then deleted them right away just to get a new script in my script editor, although I get the feeling that I'm not doing it the right way.
I'll upload my level just in case anyone wants to see the real thing. PS. Please don't mind the terminal to the right in the first room. Also, beware of a random flash in the second room.
Another question that I'd like to ask is whether there are any method to implement music into VVVVVV? I've found some persons have made tools to extract vvvvvvmusic.vvv but no tools that do the reverse.
Cheers,
Don
Pages1