Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
Wyświetlanie 21-30 z 64 pozycji
< 1  2  3  4  5  6  7 >
Aktualizacja: 5 lipca 2024 o godz. 16:32
twórca: GenericName24

Aktualizacja: 26 czerwca 2024 o godz. 19:43
twórca: GenericName24

Aktualizacja: 21 czerwca 2024 o godz. 18:14
twórca: GenericName24

Aktualizacja: 14 marca 2024 o godz. 19:59
twórca: GenericName24

Aktualizacja: 5 lutego 2024 o godz. 1:38
twórca: GenericName24

Aktualizacja: 5 lutego 2024 o godz. 1:38
twórca: GenericName24

Aktualizacja: 30 stycznia 2024 o godz. 23:06
twórca: GenericName24

Aktualizacja: 30 stycznia 2024 o godz. 13:19
twórca: GenericName24

Aktualizacja: 24 stycznia 2024 o godz. 18:14
twórca: GenericName24

Aktualizacja: 21 grudnia 2023 o godz. 1:12
twórca: GenericName24

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