Author Topic: Personalization (BL_ID) events  (Read 2267 times)

All of us, sooner or later, faced with the need to put any protection on our doors. But the old methods (the keycard, a key, or any other useful tools) is not always possible to achieve the desired effect, and I propose, in a sense, a new idea. All you know is that there are as onAdminClick/onSuperAdminClick opening event, which allows the admin or Super admin to activate this or that event. But maybe I'm not the first to offer such an idea. It is to the player with a particular BL_ID could activate one or another event.

e.g.:
on BL_ID: 38849 activate
on BL_ID: 38849 touch
on BL_ID: 38849 spawn
on BL_ID: 38849, 39704 reach named brick

Or a list of necessary id

You can see that if you personalize some things with some of these events, the server, where plays a lot of players can become more interesting. Like Tezuni's Prison Escape (cool server, but sorry about advertising :D), that have a some people with a VIP status.
« Last Edit: September 06, 2013, 01:23:13 PM by Halmet »

You can see that if you personalize some things with some of these events, the server, where plays a lot of players can become more interesting. Like Tezuni's Prison Escape (cool server, but sorry about advertising :D), where have a some people with a VIP status.
Neither "VIPs" nor that server should exist.

And you can do this with VCE.


VCE can achieve this.
Thanks, i don't know about it D: but I suggest you leave this to the list of default events of the game

BLID checking as default events in the game would be great, but I wouldn't expect a miracle anytime soon.


JVS has options to allow only players with the ID(s) you choose through
but badspot made his own doors, and the JVS doors work with what badspot made, so there's not much use in it anymore
if I'm not mistaken, though, you could always disable badspot's and use JVS, or maybe even have both enabled together without any issue

but VCE can do this easily, JVS just made it a lot simpler (plus, I don't think JVS will work for normal bricks and stuff)

How i make these personal events in JVS?

on activate if variable bl_id equals (bl_id)
on true door toggle

How i make these personal events in JVS?
just keep doing it normally but where it says "unrestricted" at the end change it to "BL_ID" or whatever and then put your ID in the box
if you want more than one person to be able to use it you can just space and then enter another ID

on activate if variable bl_id equals (bl_id)
on true door toggle

I don't find these events there on event menu 8(

I don't find these events there on event menu 8(
Forget what he said, just continue using JVS. legacy doors sucks ass so just ignore it

Though you should download VCE, it's pretty useful

I don't find these events there on event menu 8(
I think it's:
on (whatever) > target (whatever) > ifVariable > "<var:cl:blid>" == "(your ID)"
ifVariableTrue > target (whatever) > (what you want it to do when the ID was what you specified)
ifVariableFalse >target (whatever) > (what you want it to do when the ID was not)
Forget what he said
I wouldn't say to do that
might as well provide some knowledge when it's relevant

I think it's:
on (whatever) > target (whatever) > ifVariable > "<var:cl:blid>" == "(your ID)"
ifVariableTrue > target (whatever) > (what you want it to do when the ID was what you specified)
ifVariableFalse >target (whatever) > (what you want it to do when the ID was not)I wouldn't say to do that
might as well provide some knowledge when it's relevant
I've always used bl_id.  Is it blid?