Results 1 to 3 of 3

Thread: ChooseOptionMultiEx not working.

  1. #1
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default ChooseOptionMultiEx not working.

    So I plug in my little line like so
    Simba Code:
    ChooseOptionMultiEx(['ank','Bank'], 'action', True);
    But it always chooses talk-to banker instead of "bank"
    I tried switching to every recognition mode ("all", "NPC", and "Object"), but it still won't choose bank.

    Any help would be appreciated.
    You have permission to steal anything I've ever made...

  2. #2
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    It will choose talk-to because that's the first option with 'ank' in it because the NPC's name is Banker. I would suggest you use the desk instead of the actual NPCs, otherwise you need to look for a certain color of text.

  3. #3
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Total View Post
    It will choose talk-to because that's the first option with 'ank' in it because the NPC's name is Banker. I would suggest you use the desk instead of the actual NPCs, otherwise you need to look for a certain color of text.
    That's what chooseoptionmultiex does. If you choose "action" or "player" it will choose the white text instead of yellow.
    You have permission to steal anything I've ever made...

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •