Radeon Posted July 19, 2015 Share Posted July 19, 2015 How do I disable scripts at certain places like Warehouse? For example, If I want to disable Bouncing betty in Warehouse. Or is there a way to turn OFF certain commands in certain area? Link to comment
Buffalo Posted July 19, 2015 Share Posted July 19, 2015 I am mostly using colshapes to limit some areas. createColRectangle createColCircle "onClientColShapeHit" "onClientColShapeLeave" But if you want to disable something in specific interiors then I'd edit interiors resource, add limitations for certain ones. Link to comment
Radeon Posted July 24, 2015 Author Share Posted July 24, 2015 Thanks. But I did it in another way. with this line inside. (Not interior but inside the script) if ( getElementInterior( player ) == 0 ) then Now it works fine Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now