Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
Mostrando 21-30 de 64 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 5 JUL 2024 a las 4:32 p. m.

Actualización: 26 JUN 2024 a las 7:43 p. m.

Actualización: 21 JUN 2024 a las 6:14 p. m.

Actualización: 14 MAR 2024 a las 7:59 p. m.

Actualización: 5 FEB 2024 a las 1:38 a. m.

Actualización: 5 FEB 2024 a las 1:38 a. m.

Actualización: 30 ENE 2024 a las 11:06 p. m.

Actualización: 30 ENE 2024 a las 1:19 p. m.

Actualización: 24 ENE 2024 a las 6:14 p. m.

Actualización: 21 DIC 2023 a las 1:12 a. m.

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