env_hudtasklist_ow
Submitted A1win, Sep 26 2010 01:35 PM | Last updated Oct 22 2010 01:43 PM
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
Inputs
Revision History
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)
- 0: No
- Team:
Team <choices>
Which team should see this task list.
- 2: GM
- 3: Players (Default)
- 2: GM
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
- 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"
- 0 : "INACTIVE"
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.