Jump to content

Toggle Message Visibility   Welcome to our Community, Guest!

Get involved and become a part of our growing community. It's absolutely free! Register an account and join us today. Already a member? Sign in!

- - - - -

env_hudtasklist_ow



This entity is now obsolete. As of version 1.3.0, this tasklist entity has been renamed to game_tasklist_ow.

Entity Description

This point based entity is used to display a list of objectives on the Resistance pleyrs' HUDs and on the GM's GUI.


Notes

This entity will be redesigned so that each task has its own entity rather than having all tasks in the same entity. This will make dynamically activated tasks easier to create.


Key Values

  • Targetname:
    Name <targetname>
    The targetname other entities refer to this entity by.

  • StartOn:
    Start On <choices>
    Should the tasklist be visible at start.
    • 0: No
    • 1: Yes (Default)
  • Team:
    Team <choices>
    Which team should see this task list.
    • 2: GM
    • 3: Players (Default)
  • Task1Message:
    Task 1 Text <string>
    This is the text of the first task.

  • Task1Urgency:
    Task 1 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task2Message:
    Task 2 Text <string>
    This is the text of the first task.

  • Task2Urgency:
    Task 2 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task3Message:
    Task 3 Text <string>
    This is the text of the first task.

  • Task3Urgency:
    Task 3 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task4Message:
    Task 4 Text <string>
    This is the text of the first task.

  • Task4Urgency:
    Task 4 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task5Message:
    Task 5 Text <string>
    This is the text of the first task.

  • Task5Urgency:
    Task 5 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task6Message:
    Task 6 Text <string>
    This is the text of the first task.

  • Task6Urgency:
    Task 6 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task7Message:
    Task 7 Text <string>
    This is the text of the first task.

  • Task7Urgency:
    Task 7 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"
  • Task8Message:
    Task 8 Text <string>
    This is the text of the first task.

  • Task8Urgency:
    Task 8 Text <string>
    Urgency of this task
    • 0 : "INACTIVE"
    • 1 : "COMPLETE"
    • 2 : "LOW PRIORITY"
    • 3 : "MEDIUM PRIORITY"
    • 4 : "HIGH PRIORITY"

Inputs

  • ShowHudTasklist
    Shows the task list

  • HideHudTasklist
    Hides the task list

  • Task1Message
    Set task 1 message

  • Task2Message
    Set task 2 message

  • Task3Message
    Set task 3 message

  • Task4Message
    Set task 4 message

  • Task1Urgency
    Set task 1 urgency (0-4)

  • Task2Urgency
    Set task 2 urgency (0-4)

  • Task3Urgency
    Set task 3 urgency (0-4)

  • Task4Urgency
    Set task 4 urgency (0-4)

  • Task5Urgency
    Set task 5 urgency (0-4)

  • Task6Urgency
    Set task 6 urgency (0-4)

  • Task7Urgency
    Set task 7 urgency (0-4)

  • Task8Urgency
    Set task 8 urgency (0-4)

Revision History

  • 22 OCT 2010 - Added note that the entity is now obsolete.