Author Topic: Help with JVS BLiD Restrictions  (Read 507 times)

I'm curious, can you set a JVS door to allow or deny all BLiD's Less than or greater than a set number?

Example:

Allow All BLiD's less than 25000

or

Deny All BLiD's Greater than 30000

I don't think you can do this I'm not sure

You may be able to do this with variables.

You may be able to do this with variables.
This^

Try learning VCE if you haven't already. Make an if- statement for the BL_ID and have it contentstart if the BL_ID value is less than 25,000.

If you need a further explanation, I'll post the lines of events when I get home from school.

How would one do this with VCE:
14000 ≤ x ≤ 15000

I smell ID racism or whatever you call it.

How would one do this with VCE:
14000 ≤ x ≤ 15000

0  0   OnWhatever self vce_ifValue <var:cl:bl_id> >= 14000 1 1
1  0   Onvariabletrue self vce_ifvalue <var:cl:bl_id> <= 15000 2 2
2  0   OnVariabletrue self contentstart

I smell ID racism or whatever you call it.

don't bring that into it.

I only asked this question so i wouldn't have to type a 1000 BLiDs when restricting doors

This^

Try learning VCE if you haven't already. Make an if- statement for the BL_ID and have it contentstart if the BL_ID value is less than 25,000.

If you need a further explanation, I'll post the lines of events when I get home from school.

That would be helpful, thank you