Results 1 to 3 of 3

Thread: Can anyone help me with the UI and scripting, please?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member Member mrtwisties's Avatar
    Join Date
    Nov 2007
    Location
    Sydney, Australia
    Posts
    235

    Default Re: Can anyone help me with the UI and scripting, please?

    I've been looking through docudemon, and guessing that either of these might work with the correct syntax.

    Identifier: IncomingMessageType
    Trigger requirements: event
    Parameters: message identifier (see Tom)
    Sample use: IncomingMessageType senate_mission_issued
    Description: Has this message just been received
    Battle or Strat: Strat
    Class: INCOMING_MESSAGE
    Implemented: Yes
    Author: Guy
    Identifier: ScrollOpened
    Trigger requirements: resource_description
    Parameters: scroll id (see available_ui_elements.txt)
    Sample use: ScrollOpened own_character_info_scroll
    Description: Test for when a named scroll is opened
    Battle or Strat: Both - Depends on scroll requested
    Class: SCROLL_OPENED
    Implemented: Yes
    Author: Tom
    Could I run a test like this perhaps?

    monitor_event ScrollOpened post_battle_scroll
    set_counter DismissScroll 1
    end_monitor

    monitor_conditions DismissScroll > 0
    select_ui_element confirm_quit_scroll
    simulate_mouse_click lclick_down
    simulate_mouse_click lclick_up
    end_monitor

  2. #2
    Member Member mrtwisties's Avatar
    Join Date
    Nov 2007
    Location
    Sydney, Australia
    Posts
    235

    Default Re: Can anyone help me with the UI and scripting, please?

    I tell a lie. My diplomacy-nerfing script isn't working anymore. Sorry. Don't know what's happened, but it stopped working.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO