From e4251457fa46d22071c034e04d1f5ac53ba29593 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 24 Feb 2021 22:19:00 -0500 Subject: Added map init scripts Map scripts also now actually run in their own lua thread. --- res/scripts/hallucination_hot_spring.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res') diff --git a/res/scripts/hallucination_hot_spring.lua b/res/scripts/hallucination_hot_spring.lua index 0abd63e..27dd6ac 100644 --- a/res/scripts/hallucination_hot_spring.lua +++ b/res/scripts/hallucination_hot_spring.lua @@ -1,5 +1,9 @@ hallucination_hot_spring = {} +function hallucination_hot_spring.init() + ShowExpression("water_ionia", "surprise") +end + function hallucination_hot_spring.off_right() ChangeMap("hallucination_cliff", "fromLeft") end -- cgit 1.4.1