Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
64 sonuçtan 21 ile 30 arası gösteriliyor
< 1  2  3  4  5  6  7 >
Güncelleme: 5 Tem 2024 @ 16:32
Güncelleyen: GenericName24

Güncelleme: 26 Haz 2024 @ 19:43
Güncelleyen: GenericName24

Güncelleme: 21 Haz 2024 @ 18:14
Güncelleyen: GenericName24

Güncelleme: 14 Mar 2024 @ 19:59
Güncelleyen: GenericName24

Güncelleme: 5 Şub 2024 @ 1:38
Güncelleyen: GenericName24

Güncelleme: 5 Şub 2024 @ 1:38
Güncelleyen: GenericName24

Güncelleme: 30 Oca 2024 @ 23:06
Güncelleyen: GenericName24

Güncelleme: 30 Oca 2024 @ 13:19
Güncelleyen: GenericName24

Güncelleme: 24 Oca 2024 @ 18:14
Güncelleyen: GenericName24

Güncelleme: 21 Ara 2023 @ 1:12
Güncelleyen: 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