From 21081c087ddba6f7894ab69e0c22c6b5c07f1b21 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 9 Jan 2021 22:41:34 -0600 Subject: [PATCH] Add tutorial stuff to TODO --- TODO.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index ac3c82a5..7181c021 100644 --- a/TODO.md +++ b/TODO.md @@ -13,4 +13,14 @@ For grand opening: - Add command help option. Pick sub option: - Put as optional arg in command handler func like the LU script - Or put in commandData class (probably this one) -- Add police officer commands logic \ No newline at end of file +- Add police officer commands logic +- Tutorial + - Pick up item (grab bottle of beer off ground) + - Equip item (switch to bottle of beer item) + - Use item (drink bottle of beer item) + - Drop item (drop empty bottle on ground) + - Take item from vehicle trunk (grab crate from vehicle) + - Place item on ground (crate) + - Take second beer from crate + - Store second beer in trunk +------------------------------------------------------