I love programming..

love creating my own hotkeys in the game but... Need more commands! Dont know what language youre using, so cant say if thats easy to ad.
------------------------------------------------
First we need an If command and arrays example and a delay command
/cast summon missile
var1=2
/delaycode(3)
/if(var1=2)
{
/cast flame burst
var1=3
delaycode(3)
}
/if(var1=3)
{
/cast Grand Finale
}
--------------------------------------------------
And a reply command witch is running in the background!
/tellcommand <what the player tells you>=<what you tell him/what happends>
/tellwizardON
/tellcommand goodmorning=/tellback thanks
/tellcommand i hate you=/tellback I also hate you
/tellcommand may i join your guild=of course yust a second
if Payer a tells you:goodmorning
if player a tells you:I hate you
if player a tells you:may i join your guild
------------------------------------------------------
Dice game V1.00
/tellwizardON
/tellcommand ROLL=var1=1
if(var1=1)
{
/rolldice 1-6=var2
If(var2=1)
{
/tellback to bad try again!
]
if(var2=2)
{
/tellback to bad try getting a higher number
}
if(var2=3)
{
/tellback nice ill give you some gold
/giveback 10 trias
}
if(var2=4)
{
/tellback GREAT! ill give you a weapon
/giveback 1 anninhilators broad sword
}
if(var2=5)
{
/tellback Wohoo! Lucky one!
/giveback 5 diamond ores
}
if(var2=6)
{
/tellback Yipieeeeeee won the game
/giveback 1.000.000.000 trias
}
----------------------------------------------------------------
****update*****
AUTO mining
/dig gold
/delay(5)
/Runmad -runs the script over and over again until a key is pressed
-------------------------------------
/freeze -freezes the game and your char totally so you can put your computer on standby without having to re enter planeshift
/away im AFK (away from keyboard)
----------------------------------------------------------
/Shop(5) im trading fish for mushrooms - writes the message in the auction room every in this example 5 minutes
/shopOFF - turns stopcommand off
------------------------------------------------------------
Ill ad some more soon!
New commands i used
/giveback <amount> <item/trias>
/tellback tells a message to the player who contacted you
/TellwizardON executes commands made with the /tellcommand
/tellcommand <input>=<output to player or variable>
/delaycode(6) this is a wonderfull command that pauses the code in this example for 3 seconds (cant be used to attack monsters)
/if command This is a vital command in all programming languages
/var1=1 stores 1 in var1 lets say if Var1 were a box we putted 1 inside the box
/Runmad -runs the script over and over again until a key is pressed
/freeze -freezes the game and your char totally so you can put your computer on standby without having to re enter planeshift
/Shop(5) im trading fish for mushrooms - writes the message in the auction room every in this example 5 minutes
/shopOFF - turns stopcommand off
Released under the GNU-GpL licence
