Frictional Games Forum (read-only)

Full Version: Ladder Area Inactive script [SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello friends!

How do you make a Ladder Area active once you complete a function?
i tried:
SetEntityActive("ladderclimbarea", true);
but the "ladderclimbarea" is always active even though I set it to inactive.

IN OTHER WORDS:
how do you make a Ladder Area that is set to "inactive" become "active"
(and how do you set it to "inactive". what I did doesnt work; unchecking the active box in the editor)
nvm its working now >.>