ID:176338
![]() Jan 23 2003, 11:23 am
|
|
Is it posible for a turf to be dense from one side and from the other not? Take Pokemon for example (only an example) You were able to jump over down on those things ,that brown stuff (Right north of Pallet) but you couldn't go up. Is it possible to do that in BYOND?
|
Hah, thank you, that will definetly get me started, and anybody else please don't give me the anwser yet ;) I would like to figure it out by myself....well unless you know its impossible to do...
|
Its possible, theres a demo or library on how to do something like this already if you have any trouble.
|
-When something is trying to enter the 'one-sided turf' check to see where they are coming from.
-If it's from the north, let them pass.
-Else, don't let them.
My guess on the procs would be Entered() and maybe find something that checks where the mob is/was before they tried to enter that turf.