Results -9 to 0 of 23

Threaded View

  1. #1
    Player
    Wishangel's Avatar
    Join Date
    Oct 2013
    Posts
    19
    Character
    S'ynclair Nunh
    World
    Balmung
    Main Class
    Archer Lv 50

    Solution to all the problems with this game

    void callCompanion(){
    if (player.status == inQueue)
    displayWarning();
    else {
    summonCompanion();
    }
    }

    void displayWarning(){
    cout << "Are you sure you want to mount up and LEAVE the QUEUE you've been waiting "<< timeInQueue << " hours for?" << endl;
    etc etc.
    }

    seriously fix this lol! I'm tired of accidentally leaving queue after waiting for half an hour.
    (8)
    Last edited by Wishangel; 10-06-2014 at 04:31 AM.