Adding commands to Holograph Emulator Dissi Edit

Results 1 to 12 of 12
  1. #1
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    ! fixed

    fixed
    Last edited by Riley H; 26-03-13 at 03:53 AM.


  2. #2
    Developer GigaToni is offline
    DeveloperRank
    Aug 2009 Join Date
    GER / FRLocation
    2,322Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    That thing with no confirmation is normal.

  3. #3
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Quote Originally Posted by GigaToni View Post
    That thing with no confirmation is normal.
    Then why isn't it working?

    anyone?

  4. #4
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    bumpp

  5. #5
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    buuuuump

  6. #6
    Sean told me to come back Late3 is offline
    Grand MasterRank
    Jul 2007 Join Date
    United KingdomLocation
    1,205Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Dissi, Nice to see someone going back in time...
    Did you edit the correct section and are your commands correctly coded?

  7. #7
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Quote Originally Posted by Late3 View Post
    Dissi, Nice to see someone going back in time...
    Did you edit the correct section and are your commands correctly coded?
    Yes I'm confident they are, and even they weren't that's not the issue. I've even tried merely tampering with the wording of pre-coded commands: i.e. changing the text the user recieves when typing a command and it's still not showing any sign that anything was ever changed even after debugging

  8. #8
    Sean told me to come back Late3 is offline
    Grand MasterRank
    Jul 2007 Join Date
    United KingdomLocation
    1,205Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Can you post the commands you are using?

  9. #9
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Quote Originally Posted by Late3 View Post
    Can you post the commands you are using?
    #region :smokeweed
    case "smokeweed":
    {
    Room.sendShout(roomUser, "*Carefully rolls marijuana into a joint and begins to smoke*");
    Room.sendShout(roomUser, "*takes a puff*");
    Room.sendShout(roomUser, "*takes one last puff, throws joint to ground and puts it out with foot*");
    break;
    }
    #endregion
    Last edited by Riley H; 31-03-13 at 08:21 PM.

  10. #10
    Sean told me to come back Late3 is offline
    Grand MasterRank
    Jul 2007 Join Date
    United KingdomLocation
    1,205Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Try this code..

    Code:
    #region :smokeweed
    case "smokeweed":
    {
        Room.sendShout(roomUser, "*Carefully rolls marijuana into a joint and begins to smoke*");
        Room.sendShout(roomUser, "*takes a puff*");
        Room.sendShout(roomUser, "*takes one last puff, throws joint to ground and puts it out with foot*");
        break;
    }
    #endregion
    A whole lot of errors there..might want to fix them, Make sure you're not adding to many {} aswel.

  11. #11
    Elite Member Riley H is offline
    Member +Rank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    Thank you. I got a new emulator and it worked :)

  12. #12
    Sean told me to come back Late3 is offline
    Grand MasterRank
    Jul 2007 Join Date
    United KingdomLocation
    1,205Posts

    Re: Adding commands to Holograph Emulator Dissi Edit

    No problem, good luck with your RP retro.



Advertisement