Re: How to select a scene for an activity?
Add a box with a unique name (like the landing zones) but with a corners at zero zero and zero zero. Then use a local to get it like this in lua:
Code:
local uniquify = SceneMan:GetArea("My Unique Box")
CC will automatically read this and only give you the scenes with that specific area in.