I'm making a game and everything works besides teguy will not show up it will be like a invisble guy walks around there all on a 10 frame animation in all directions for all 3 charcters. The screen askig who u want to be comes up. Here is my codng if u have any ideas on what to change or want to donate ur coding plz do!
mob
icon = 'icon.dmi'
var
HP = 100
str = 45
def = 30
mob
Login()
usr.icon_state = input("What character?") in list ("pacman","superman","bunny")
usr.Move(locate(1,1,1))
ID:176901
Nov 29 2002, 4:47 pm
|
|
Login()
usr.icon_state = input("What character?") in list ("pacman","superman","bunny")
usr.Move(locate(1,1,1))