mob
verb
Input_Train()
set category = "Training"
switch(alert("Click the button that u are told?","Buttons this time","Punch","Kick","Block"))
if("Punch")
alert("You Kick The Dummey Gaining Attack and Health.","Result")
usr.attack += usr.random
usr.mattack += usr.random
if("Kick")
alert("U kick the dummey gaining Rei and Rei Power!","Result")
usr.random = rand(50,81)
usr.reiatsu += usr.random
if("Block")
alert("U dodge the Attack","Result")
usr.random = rand(100,310)
usr.defence += usr.random
ID:161680
![]() Apr 11 2008, 6:06 pm
|
|
OK I took the Advice that was givin to me on a previous post about this and now im at a blocki have it set up with the 3 buttons and they give u stats but wat i need it to do is be random a Example of this would be Punch "usr punches the log" but if they click Kick or block they dont get anything and the training starts again Here is a copy of the code i have so far if anyone can help it would be a great help
|