Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Functions


jakeyiii
 Share

Recommended Posts

  • 2 weeks later...
If you have doors as a tile attribute, you can make a check beforehand to see if they can really walk on it.

for example,

```
if getplayerlevel(index) < 50 then ' or get another value
exit sub ' or function
end if

```
If you're using a different system, please let us know what engine you're using, and what system. If you're using a custom built system, let us know how it works.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...