Step #2- Common Commands

Now that you have the basics down, we will create a Basic Buy Script starting with some common aliases:

The basic commands of a Buy Script include:

1. buy - This opens the buy menu

2. menuselect - These select whatever is in that slot

3. ; - A semi-colon separates each part of the alias

4. "" - Quotation Marks tell the game when an alias starts and ends

5. / - This slash can be put in to comment out that line (Use when you want to describe something for yourself. The game will not read that line)

(Open up Notepad and follow along!)

We will start out by making aliases for the menuselects to make your script easier to read and with less text.

//Start Common Commands//

alias ms1 "menuselect 1"

alias ms2 "menuselect 2"

alias ms3 "menuselect 3"

alias ms4 "menuselect 4"

alias ms5 "menuselect 5"

alias ms6 "menuselect 6"

alias ms7 "menuselect 7"

alias ms8 "menuselect 8"

alias ms9 "menuselect 9"

alias mclr "slot10; wait; wait; slot10"

//End Common Commands//

NEXT
BACK


Step1
Step2
Step3
Step4
Step5
Step6
Step7
Scripting Page
Main