Hi, I'm new here.
I've got a teensy-tiny problem.
I can't get the game I'm making to accept my characters broadcasted "Level Up" to make the level go up by one.
Help me Please!
Offline
what is the specific problem? does the the levels go up more than one or does it not go up at all?
Offline
Make a variable called "Level" if you already haven't. Then, do the broadcast thing like before. Then use this code:
<when I receive[ Level up
<change{ Level }by( 1
Last edited by fruit (2009-06-12 22:54:48)
Offline