Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
Visar 21–30 av 64 poster
< 1  2  3  4  5  6  7 >
Uppdatering: 5 jul, 2024 @ 16:32

Uppdatering: 26 jun, 2024 @ 19:43

Uppdatering: 21 jun, 2024 @ 18:14

Uppdatering: 14 mar, 2024 @ 19:59

Uppdatering: 5 feb, 2024 @ 1:38

Uppdatering: 5 feb, 2024 @ 1:38

Uppdatering: 30 jan, 2024 @ 23:06

Uppdatering: 30 jan, 2024 @ 13:19

Uppdatering: 24 jan, 2024 @ 18:14

Uppdatering: 21 dec, 2023 @ 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