Author Topic: (no subject)  (Read 2009 times)

Dude Man

  • Member
  • *
  • Posts: 6393
    • View Profile
    • http://dmdgames.mysticsoftware.net//
(no subject)
« on: May 18, 2004, 05:51:56 PM »
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!

Code: [Select]
#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")
}
« Last Edit: May 18, 2004, 05:55:22 PM by Dude Man »
~Welcome back mysticsoftware.net??
The Black Walkway

Asimir

  • Member
  • *
  • Posts: 333
    • View Profile
(no subject)
« Reply #1 on: May 18, 2004, 06:17:24 PM »
it may be because in your lines such as
#if (player$ = 1)
you should put quotation marks around the number, because it is a literal variable.

#if (player$ = "1")




PS. Satan topic! Evil! Evil!
« Last Edit: December 31, 1969, 06:00:00 PM by Asimir »

Colin

  • Member
  • *
  • Posts: 299
    • View Profile
(no subject)
« Reply #2 on: May 18, 2004, 06:55:58 PM »
Blast. Beat me to it. Razz
« Last Edit: May 18, 2004, 06:56:26 PM by Colin »
— Colin

Dude Man

  • Member
  • *
  • Posts: 6393
    • View Profile
    • http://dmdgames.mysticsoftware.net//
(no subject)
« Reply #3 on: May 19, 2004, 07:53:37 AM »
It stumps the great KSNiloc!? No way!!!! Were all doomed!

But I'll try Asmir's idea! Very Happy
« Last Edit: May 19, 2004, 07:53:50 AM by Dude Man »
~Welcome back mysticsoftware.net??
The Black Walkway

Colin

  • Member
  • *
  • Posts: 299
    • View Profile
(no subject)
« Reply #4 on: May 19, 2004, 10:32:58 PM »
Quote from: Dude Man,Wednesday, May 19, 2004 6:53 AM
It stumps the great KSNiloc!? No way!!!! Were all doomed!

But I'll try Asmir's idea! Very Happy
It didn't stump me, lilan! He just found it before me. Razz
« Last Edit: December 31, 1969, 06:00:00 PM by Colin »
— Colin

Dude Man

  • Member
  • *
  • Posts: 6393
    • View Profile
    • http://dmdgames.mysticsoftware.net//
(no subject)
« Reply #5 on: May 20, 2004, 07:27:30 AM »
:rolleyes: Oh yeah. I thought you said beats me. My bab for speed reading wile I'm half asleep! Laughing
« Last Edit: December 31, 1969, 06:00:00 PM by Dude Man »
~Welcome back mysticsoftware.net??
The Black Walkway