Can scripts tell what wall set is in use?
Posted: Thu Jan 10, 2013 8:12 am
Just wondering if there's a way for my script to know what wall set is in use on a current level. Anyone?
Official Legend of Grimrock Forums
https://mail.almosthumangames.com/forum/
https://mail.almosthumangames.com/forum/viewtopic.php?t=4781
Code: Select all
level1Wall = "dungeon"
level2Wall = "temple"
level3Wall = "temple"
level4Wall = "prison"Code: Select all
if whichWallScript.level2Wall == "temple" then blahblahblah endCode: Select all
print(whichWallScript.level2Wall)
return whichWallScript.level2Wall