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

Ενημέρωση: 26 Ιουν 2024 στις 19:43

Ενημέρωση: 21 Ιουν 2024 στις 18:14

Ενημέρωση: 14 Μαρ 2024 στις 19:59

Ενημέρωση: 5 Φεβ 2024 στις 1:38

Ενημέρωση: 5 Φεβ 2024 στις 1:38

Ενημέρωση: 30 Ιαν 2024 στις 23:06

Ενημέρωση: 30 Ιαν 2024 στις 13:19

Ενημέρωση: 24 Ιαν 2024 στις 18:14

Ενημέρωση: 21 Δεκ 2023 στις 1:12

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