chocolatepie33 wrote:Well, there's not much on Cubescript anywhere I think, if you want to make a tut I'll help, but you'll have to say what's first (and easiest), and then on... OK? However, I only know about 2.5 scripting...
I'm no where good enough to teach everything there is but the basics I could give it a shot.
I'd say some of us can try to "clean it up" and try to make it more kid\people who don't know what they are doing friendly
as for whats basic a order thats close enough
where to write scripts, believe me when i say many people don't know its F6
how to put the scripts to things (whats the point of the scripts if you don't know how to use them?)
Level triggers (See above)
Trigger types (i think thats what they are called) for an example you need to put 12 to pick up the item
Brackets (its explained but using big words that young people may not get
show something like
Code: Select all
Level_trigger_1 = [ action goes here
and here and here
] in till the action is done then you put a ] to end the action "
then a script that works
Code: Select all
Level_trigger_1 = [ Coin = (+ $coins 1)
Echo "you picked up one coin"
]
that explains what the brackets do
the level_trigger = an action, a bracket is the the start of an action [, and the end of an action ]
Ex
the level trigger causes an action the action is the "Coin" will = + a pre set amount in this case 1
so it = one coin
then the echo will tell you that it added it EX "you picked up one coin"
I may have scripted that wrong I just put what ever
if nothing eels take the scripts form the maps like the village as an example (they did it with the princess one already)
form what i seen anything you had on 2.5 will work on 2.6 so your information is as good as mine if not better (more then likely better)
I've been using scripts you guys wrote on the forums and besides the fact that I make mistakes they all work.
the forums are a great source but the forums are not like the wiki the threads get "buried" in the older pages
one thing we could do is add the scripts people write to the wiki (like many say in the threads but we don't seem to do)
I'm not sure if we "have to" ask them if they would let us but it would be nice
and maybe give credit
anyways for instance in the cubescipt part of the wiki it has the "ideas" but no real script that you can test
http://sandboxgamemaker.com/wiki/index. ... Cubescript
we should put the apple quest, mainly because its a quest that involves the two basic things,
talks, and picking up items.
just some thoughts, I'm a pretty smart teen, if I have a hard time understanding it there is a good chances others will to.