From 86f0106d0523825549f1e74b835688c78a10cf6c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 17 May 2018 15:34:24 -0400 Subject: Added muxer access to script engine --- scripts/checkpoint.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/checkpoint.lua b/scripts/checkpoint.lua index a5c8c54..04cf357 100644 --- a/scripts/checkpoint.lua +++ b/scripts/checkpoint.lua @@ -13,5 +13,7 @@ function checkpoint.OnTouch(id, player) player:playable().checkpointMapObjectIndex = id:prototypable().mapObjectIndex player:playable().checkpointPos = player:transformable().pos + + playSound("res/Pickup_Coin23.wav", 0.25) end end -- cgit 1.4.1