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 - Cassian

#1
I did something like
Iftrinkets(1, SCRIPTNAME)
put SCRIPTNAME as the name of the next script
flash
destroy(warptokens)

Sorry if some of the spelling is wrong.
#2
I got it with the HIB3 3 days ago and have 6 hours played... quite a fun game!
#3
Quote from: PJBottomz on August 02, 2011, 04:42:30 AM
You mean, remove the space between the comma and "flash"?

I put end there to make sure that the script stops safely. In the past, I've had script malfunctions that caught me by surprise. It would shut the game down, and I would usually forget to save before I tested it, so I lost almost all of my work I added.  :'(

Anyway, thanks for the help! I'll test the script.

Also, do you know how to change the player's color, because I've seen screenshots of people doing that...

Well, removing the space there could help...

I have had worlds crash also... I didn't know you could stop that from happening

I think that if you click on the player (like you do with changing directions of conveyors) it changes the colour.
#4
I just started the script (like 1 hour ago) but I think I see your problem...
iftrinkets(1, flash)
destroy(warptokens)
end

I don't think you need the spaces between the command and the brackets, and that might mess it up... also... I don't think you need the 'end' in that...