ID:163452
 
but i'm kinda stumped.

i actually have been making pretty good progress on my game and it's nothing major. i would like to know tho. is there any way I can make it so you stand on top of a dense turf without changing that turf's density.

for example.

lets say you have a verb called air-walk. You get to a cliff with empty airspace on the map that has a density of 1 normally so you wouldn't fall off the edge.

using air-walk you could walk on air.
The easy method is to set the player's density to 0. However, this will allow the player to go on top of anything. If you want the player to only be able to walk on a type of tile, then you'll have to overwrite Enter().
In response to Unknown Person
thanks appreciate it :)