Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
21-30 van 64 items weergegeven
< 1  2  3  4  5  6  7 >
Update: 5 jul 2024 om 16:32

Update: 26 jun 2024 om 19:43

Update: 21 jun 2024 om 18:14

Update: 14 mrt 2024 om 19:59

Update: 5 feb 2024 om 1:38

Update: 5 feb 2024 om 1:38

Update: 30 jan 2024 om 23:06

Update: 30 jan 2024 om 13:19

Update: 24 jan 2024 om 18:14

Update: 21 dec 2023 om 1:12

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