User Tag List

Results 1 to 2 of 2

Thread: If a word doesn't exist in a listbox

  1. #1
    Clicker Fusion 2.5Android Export ModuleFirefly 3D Module

    Join Date
    Sep 2010
    Posts
    577
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    If a word doesn't exist in a listbox

    Ok this is an experiment for me and perhaps a workaround so I don't have to use tons of global counters/Values. In this game you're supposed to be able to kill all NPC's (Unless they are important for quests etc) So first I made a text document with some random names in it...like Harold,Joey and Henrietta
    This list is loaded in the listbox at the start of the frame. If I kill Harold for example, his name will be removed from the list and then the list is saved. The next time you enter that frame, Harolds name is gone from the list but that means the character should be dead too. Is it possible to make something like "If word "Harold" doesn't exist in the listbox" ----> Destroy char? It would be awesome if this was possible

  2. #2
    Clicker Fusion 2.5Android Export ModuleFirefly 3D Module

    Join Date
    Sep 2010
    Posts
    577
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hehe...I think I got it working...I thought I had tried everything then I changed the value "Lower than 0" and it worked great
    FindString( "List 2", "Harold", 0)
    Lower than
    0

Similar Threads

  1. Individual word by word string comparison?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th May 2013, 05:52 PM
  2. Highlight text word by word - grammar exercises
    By Boba Fonts in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th September 2011, 05:36 PM
  3. [Request] Possible Extension if doesn't exist
    By Tim in forum Extension Development
    Replies: 3
    Last Post: 10th September 2009, 03:58 PM
  4. Copy Listbox Data to another Listbox Example
    By Stephen in forum File Archive
    Replies: 3
    Last Post: 26th April 2009, 05:16 PM
  5. The destination directory doesn't exist. Do you...
    By Bjorn in forum Install Creator and Patch Maker
    Replies: 3
    Last Post: 6th February 2007, 08:30 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
  •