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日 @ 16時32分
更新者:GenericName24

更新:2024年6月26日 @ 19時43分
更新者:GenericName24

更新:2024年6月21日 @ 18時14分
更新者:GenericName24

更新:2024年3月14日 @ 19時59分
更新者:GenericName24

更新:2024年2月5日 @ 1時38分
更新者:GenericName24

更新:2024年2月5日 @ 1時38分
更新者:GenericName24

更新:2024年1月30日 @ 23時06分
更新者:GenericName24

更新:2024年1月30日 @ 13時19分
更新者:GenericName24

更新:2024年1月24日 @ 18時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