Results 1 to 3 of 3
  1. #1
    mindblowned's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    51

    Stuck at grabbing cells.

    Im doing some grabber/trainer type thing on my own but im stuck at grabbing cells.

    The thing im trying to do grab the cells from current map and push the cells into the combo box.



    The code used while doing this
     
    TrainerMenu.btnGrab.addEventListener(MouseEvent.CL ICK, Cells);
    function Cells(e:MouseEvent):String
    {
    var cells:Array = [];

    for each (var cell:Object in Game.world.map.currentScene.labels)
    {
    cells.push(menuLoaders.txtCell.text);
    }

    return cells.join(",");
    }
    Last edited by mindblowned; 01-13-2022 at 09:51 AM.

  2. #2
    mindblowned's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    51

    Solved

    I solved it my own , can be marked as solved.

  3. #3
    meme's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    42.434720, -83.985
    Posts
    8,050
    Reputation
    1403
    Thanks
    2,410
    My Mood
    Lurking
    //solved //2short
    Quote Originally Posted by Hennessy View Post
    meme is shittiest general mod ever.
     
    dd/mm/yy
    Member | 28/1/16 - ∞
    Premium | 20/3/16 - ∞
    BattleOn Minion | 24/12/17 - 21/7/21
    Minion+ | 4/4/19 - 11/12/20
    Other MMMORPG Minion | 10/11/19 - 21/7/21
    Publicist | 7/2/20 - Unknown
    Minecraft Minion | 10/12/20 - 21/7/21
    General Minion | 10/12/20 - 21/7/21

    Moderator | 11/12/20 - 21/7/21
    Princess | 5/1/21 - 30/6/21
    Global Moderator | 21/7/21 - ∞
    Pharaoh | 30/1/22 - ∞
    Trusted Member | 16/3/23 - ∞

Similar Threads

  1. [Solved] Stuck in a cell
    By Dungel in forum Adventure Quest Worlds (AQW) Help
    Replies: 2
    Last Post: 03-04-2017, 09:32 AM
  2. Im Stuck...
    By gino666 in forum WarRock - International Hacks
    Replies: 22
    Last Post: 01-01-2007, 03:54 PM
  3. Splinter Cell Walpaper - acepwnage
    By acepwnage in forum Art & Graphic Design
    Replies: 6
    Last Post: 07-13-2006, 04:05 PM
  4. another sig splinter cell style
    By -[standoff]- in forum Art & Graphic Design
    Replies: 5
    Last Post: 06-24-2006, 04:13 AM
  5. OMG I SO STUCK!!!(Java Script "n" html problem
    By jeremywilms in forum Programming
    Replies: 11
    Last Post: 06-15-2006, 01:23 PM