Jump to content

RDM

$100.00 Donor
  • Posts

    2750
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by RDM

  1. Get a new headlight housing and plastic grille? Did your insurance even total it?

     

    Insurance cost would go up if you make a claim. Idk how it is in the states but im pretty sure its the same.

    • Like 1
  2. Just fix 'er up. Should only cost ~$400 or less since its a Hyundai (Bumper, grill and Light)

     

    EDIT: and maybe paint those wiper arms :P 

  3. Trying to make a script that buys from an npc and not sure how to get the clause right. I know how to steal from a stall(below), how would i change it to get it into trading and buying from an npc?

    private State getState() {

    Entity stall = object.closest("Tea Stall")

    if (!inventory.isEmpty())

    return State.DROP;

    if (stall != null)

    return State.STEAL;

    return State.WAIT;

    }

    Also how would i make it ao when the script as finished opening feather packs that it wont drop the gold stack?

    What I have so far...

    private State getState() {

    Entity npc = object.closest("NPC NAME")

    Not even sure if this is right lol.

    private enum State {

    TRADE, OPEN

    };

    Thank you

  4. Why is it that it seems like the players in the intermediate boat in pest (no matter what day it is) are horrible. It seems to be a loss every 2-3 games, sometimes even 3-4 losses in a row. Then if you go to novice or expert boats there are basicly no losses :P

×
×
  • Create New...