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: Jul 5, 2024 @ 4:32pm

Update: Jun 26, 2024 @ 7:43pm

Update: Jun 21, 2024 @ 6:14pm

Update: Mar 14, 2024 @ 7:59pm

Update: Feb 5, 2024 @ 1:38am

Update: Feb 5, 2024 @ 1:38am

Update: Jan 30, 2024 @ 11:06pm

Update: Jan 30, 2024 @ 1:19pm

Update: Jan 24, 2024 @ 6:14pm

Update: Dec 21, 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