Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
64개 중 21~30개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2024년 7월 5일 오후 4시 32분
작성자: GenericName24

업데이트: 2024년 6월 26일 오후 7시 43분
작성자: GenericName24

업데이트: 2024년 6월 21일 오후 6시 14분
작성자: GenericName24

업데이트: 2024년 3월 14일 오후 7시 59분
작성자: GenericName24

업데이트: 2024년 2월 5일 오전 1시 38분
작성자: GenericName24

업데이트: 2024년 2월 5일 오전 1시 38분
작성자: GenericName24

업데이트: 2024년 1월 30일 오후 11시 06분
작성자: GenericName24

업데이트: 2024년 1월 30일 오후 1시 19분
작성자: GenericName24

업데이트: 2024년 1월 24일 오후 6시 14분
작성자: GenericName24

업데이트: 2023년 12월 21일 오전 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