Escape Simulator

Escape Simulator

Thoroniul's LUA Tutorial
Showing 1-10 of 39 entries
< 1  2  3  4 >
Update: 3 Jan, 2023 @ 8:02pm

New Version

Update: 27 Dec, 2022 @ 2:12pm

added an example with the new lua slider.

fixed old activator references.

Update: 23 Sep, 2022 @ 5:41pm

Updating code to handle new activator call.

Update: 13 Jun, 2022 @ 7:39pm

Update the description of eye puzzle after confusion.

Update: 13 Jun, 2022 @ 12:25am

Added my ccw vinyl puzzle as an example under cc4

Update: 6 Jun, 2022 @ 2:47pm

Fixed all 2D table Custom Draggables with api.getLocalPlayer()

Will take the position of the person who is holding onto the draggable. Since only one person can hold on to the draggable while using it this should cause no potential conflicts in multiplayer and will be multiplayer safe.

Update: 6 Jun, 2022 @ 1:00pm

changed one of the 2d drag tables from using the api to using the closest player. It still is a compromise until we can get the player id embeded in the context.

Update: 6 Jun, 2022 @ 12:28pm

Changed eye to look at nearest player
- removed eye spawn capture code.

Update: 1 Jun, 2022 @ 3:28pm

Extention.

Update: 31 May, 2022 @ 9:04pm

New Version