Tabletop Simulator

Tabletop Simulator

Zone Protection Tool
4件中 1-4 を表示
更新: 2017年5月16日 @ 11時46分

- Removed the update() functionality. Origionally I was changing token color, button text, etc when the tile was flipped. But I ended up removing many of these in favor of a 2-sided token. All that was left was the "check if its faceup so I know if its on or off" bit. So I just put a check on that in onObjectPickedUp instead and got rid of the filthy update nonsense

更新: 2017年5月16日 @ 11時36分

- Removed the error I put in to test my error proofing script. Ironic.

更新: 2017年5月16日 @ 11時34分

- Added error protection. A function will now examine the data table players edit for common errors. This will not prevent all errors, as any invalid Lua scripting will throw its own errors, but it should help.

更新: 2017年5月16日 @ 11時06分