Relay Task List
This is my newest relay override. It shows a task list at the bottom of main.php that shows stuff you still need to do. But unlike some other scripts that might be similar, this one is programmable using ASH.
If you don't know anything about ASH programming, that's OK! The task list comes preprogrammed with all of the in-run main quests as well as some side quests and The Sea. It's quite functional even if you never touch the programmable aspect, and the tasks will auto-update as I create more of them. Here's a screenshot:
You can see the different tasks that show up are automatically checked off when they are complete. Task sections are collapsible by clicking on the triangle next to them. Optional tasks have a white triangle. The tasks are hidden until they are relevant.
To install, run this svn command in the CLI:
How to program your own tasks is shown in the next post.
This is my newest relay override. It shows a task list at the bottom of main.php that shows stuff you still need to do. But unlike some other scripts that might be similar, this one is programmable using ASH.
If you don't know anything about ASH programming, that's OK! The task list comes preprogrammed with all of the in-run main quests as well as some side quests and The Sea. It's quite functional even if you never touch the programmable aspect, and the tasks will auto-update as I create more of them. Here's a screenshot:
You can see the different tasks that show up are automatically checked off when they are complete. Task sections are collapsible by clicking on the triangle next to them. Optional tasks have a white triangle. The tasks are hidden until they are relevant.
To install, run this svn command in the CLI:
Code:
svn checkout https://svn.code.sf.net/p/rlbond86-mafia-scripts/code/task_list/trunk
How to program your own tasks is shown in the next post.
Last edited: