Jump to content

Disable Scripts at Certain places


Radeon

Recommended Posts

Posted

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?

Posted

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.

Posted

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 :D

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...