The official Junk Metal Starters Guide
by Calus CoRPS
Junk Metal Starters Guide.
How to start
When you first log in Junk Metal you will need to get some parts for your bot. Go to the golden G to buy your armor, wheels, and weapons.
After that you will start scripting. It is recommended that you go to an arena that no one is at so you can practice but if you
can not it is still ok. In Junk Metal you will be scripting in Gem+, to start go to Inventory and right click your bot. Then
select Edit Script, now a blank white script pad will come up. Here you will be doing your scripting. To start scripting
go either to the help guide and when done learning the language come back here to finish or go see the smaple script below:
Search(FRONT);
If(VAR5,==,0)@Walk(FORWARD,1);
If(VAR5,==,1)@Face(LEFT,1);
If(VAR5,==,2)@Attack(SAW,20);
If(VAR5,==,2)@Pause(5);
What this does is it searches in front of you, if nothing is found it keeps walking, if a wall is foudn it faces left, if a bot is found it attacks then pauses for five tenths of a second.
Now you are ready to battle your bots. Go back to inventory and right click your bot to select script.
Now to drop the bot in the arena you will right click the white line and then press bot drop.