Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
Näytetään 21–30 / 64
< 1  2  3  4  5  6  7 >
Päivitys: 5.7.2024 klo 16.32
tekijältä GenericName24

Päivitys: 26.6.2024 klo 19.43
tekijältä GenericName24

Päivitys: 21.6.2024 klo 18.14
tekijältä GenericName24

Päivitys: 14.3.2024 klo 19.59
tekijältä GenericName24

Päivitys: 5.2.2024 klo 1.38
tekijältä GenericName24

Päivitys: 5.2.2024 klo 1.38
tekijältä GenericName24

Päivitys: 30.1.2024 klo 23.06
tekijältä GenericName24

Päivitys: 30.1.2024 klo 13.19
tekijältä GenericName24

Päivitys: 24.1.2024 klo 18.14
tekijältä GenericName24

Päivitys: 21.12.2023 klo 1.12
tekijältä 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