Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
Showing 21-30 of 64 entries
< 1  2  3  4  5  6  7 >
Update: 5 Jul, 2024 @ 4:32pm

Update: 26 Jun, 2024 @ 7:43pm

Update: 21 Jun, 2024 @ 6:14pm

Update: 14 Mar, 2024 @ 7:59pm

Update: 5 Feb, 2024 @ 1:38am

Update: 5 Feb, 2024 @ 1:38am

Update: 30 Jan, 2024 @ 11:06pm

Update: 30 Jan, 2024 @ 1:19pm

Update: 24 Jan, 2024 @ 6:14pm

Update: 21 Dec, 2023 @ 1:12am

The community commands update:
Hate manually doing something? Now you can make your own commands!

Simply make any object with a function named "commandNAME" with the phrase players will type in ALL CAPS, then give that object the tag "CommandHolder".

Unfortunately due to tabletopsimulator api you will have to unpack the table passed to your function by yourself, here is an example.

function commandNAME(table) luaPlayer = table[1] arguments = table[2] end