Hey. Everybody guess what? That's correct I'm a stupid fool. Now that we have that done. I'm haveing trouble of finding our what I did wrong here...Anyone here know wow to help? The problom is, that it won't change the charactors graphics, but I think it's a variable or whateverable problom
I think I know what I did wrong I just need to know what to do right!
#Font("5")
#Mwin("Choose your player!")
#Mwin("1:Patrick")
#if (jackie! = 1)
{
#Mwin("2:Jackie")
}
#if (eliot! = 1)
{
#Mwin("3:Eliot")
}
#if (arbor! = 1)
{
#Mwin("4:Arbor")
}
#if (sulie! = 1)
{
#Mwin("5: Sulie")
}
#Wait(player$)
*******************************
#if (player$ = 1)
{
#Newplyr("start.tem")
}
#if (player$ = 2)
{
#Newplyr("start2.tem")
}
#if (player$ = 3)
{
#Newplyr("start3.tem")
}
#if (player$ = 4)
{
#Newplyr("start4.tem")
}
#if (player$ = 5)
{
#Newplyr("start5.tem")
}