CAN YOU PLEASE HELP ME I NEED THIS TO MAKE THE MAIN PART OF THE GAME: BATTLING!
Info about var:
String,save in gameVar, global
my code:
- Code: Select all
robotfirstmove = "Binary Blast";
NEED HELP ASAP!
Im a good programmer with great exp in BASIC,OpenGL,C and HTML just i tink it tis a glitch.[/code]
EDIT: I fixed it, but this sucks, I have to use numbers, 0 = Binary Blast, 1 = Robo kick,etc. meh, im good at programming.
EDIT:Oh, hell here we go again! Now it wont change the text! help!
new code
- Code: Select all
if (robotfirstmove = 1)
{
text = "Binary Blast";
}