Thread: Orphaned Case help??

Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1 Orphaned Case help?? 
    Kanketsu
    JacobiYounger's Avatar
    Join Date
    Aug 2009
    Posts
    723
    Thanks given
    49
    Thanks received
    31
    Rep Power
    31
    case 9157:
    if (c.dialogueAction == 850) {
    c.getPA().removeAllItems();

    case 9158:
    } else if (c.dialogueAction == 850) {
    c.getPA().removeAllWindows();
    break;
    }

    My code looks like that. I keep getting orphaned case error. Please help.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2013
    Posts
    49
    Thanks given
    11
    Thanks received
    33
    Rep Power
    63
    break; before case 9158
    Reply With Quote  
     

  3. #3  
    Kanketsu
    JacobiYounger's Avatar
    Join Date
    Aug 2009
    Posts
    723
    Thanks given
    49
    Thanks received
    31
    Rep Power
    31
    That didn't work. :/
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    You don't have the case under the switch statement.
    All the best,
    Nirvana

    Reply With Quote  
     

  5. #5  
    Kanketsu
    JacobiYounger's Avatar
    Join Date
    Aug 2009
    Posts
    723
    Thanks given
    49
    Thanks received
    31
    Rep Power
    31
    Quote Originally Posted by Valedictorian View Post
    You don't have the case under the switch statement.
    I was just adding this random code for a "empty" command. So, do I have to make my own switch statement? If so how would it look like?
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    Im not sure why you would even need a case for that in the first place? But just search for "switch"
    All the best,
    Nirvana

    Reply With Quote  
     

  7. #7  
    Kanketsu
    JacobiYounger's Avatar
    Join Date
    Aug 2009
    Posts
    723
    Thanks given
    49
    Thanks received
    31
    Rep Power
    31
    http://img850.imageshack.us/img850/7122/zcr4.png

    I added under switch. Still getting error. :/
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    post your, and i'll explain you why it didnt work and i'll fix it
    Reply With Quote  
     

  9. #9  
    Kanketsu
    JacobiYounger's Avatar
    Join Date
    Aug 2009
    Posts
    723
    Thanks given
    49
    Thanks received
    31
    Rep Power
    31
    Quote Originally Posted by Raverz View Post
    post your, and i'll explain you why it didnt work and i'll fix it
    Post my what?

    Edit: Not sure if you saw this.

    http://img850.imageshack.us/img850/7122/zcr4.png
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    your code* and yes i saw that but i cannot modify your code when its in a png...

    EDIT: 450Th POST
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Orphaned Case - help
    By isynsation in forum Help
    Replies: 16
    Last Post: 05-15-2012, 12:05 AM
  2. Orphaned Case [help]
    By Reggie in forum Help
    Replies: 1
    Last Post: 01-17-2011, 02:41 AM
  3. Orphaned Case...Help
    By Xuzk in forum Help
    Replies: 6
    Last Post: 11-16-2009, 01:17 PM
  4. Orphaned Case's need help
    By maybehiroxusox in forum Help
    Replies: 10
    Last Post: 02-18-2009, 10:57 AM
  5. Help on orphaned case please
    By maybehiroxusox in forum Help
    Replies: 8
    Last Post: 02-17-2009, 02:51 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •