Tabletop Simulator
GenericName24's Ultimate The Box Setup Redux V2.10
21–30 из 64
< 1  2  3  4  5  6  7 >
Обновление: 5 июл. 2024 г. в 16:32
автор: GenericName24

Обновление: 26 июн. 2024 г. в 19:43
автор: GenericName24

Обновление: 21 июн. 2024 г. в 18:14
автор: GenericName24

Обновление: 14 мар. 2024 г. в 19:59
автор: GenericName24

Обновление: 5 фев. 2024 г. в 1:38
автор: GenericName24

Обновление: 5 фев. 2024 г. в 1:38
автор: GenericName24

Обновление: 30 янв. 2024 г. в 23:06
автор: GenericName24

Обновление: 30 янв. 2024 г. в 13:19
автор: GenericName24

Обновление: 24 янв. 2024 г. в 18:14
автор: GenericName24

Обновление: 21 дек. 2023 г. в 1:12
автор: 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