Author Topic: Super Admin Only VCE  (Read 836 times)

Make the events super admin only.

-- Possibilities --

*RTB Pref
-----------------------

Pretty sure this is possible.

(VCE is Variable Conditional Events)
« Last Edit: November 27, 2013, 06:52:43 PM by tony-0222 »

http://forum.returntoblockland.com/dlm/viewFile.php?id=1186
It'd take a while to make all the events admin only but it's possible.

http://forum.returntoblockland.com/dlm/viewFile.php?id=1186
It'd take a while to make all the events admin only but it's possible.
If someone could explain how to do it, i would do it myself. I can edit code a little, but not on this scale.

I just need the Output events Admin only.

(And ChangeDataBlock too)

If someone could explain how to do it, i would do it myself. I can edit code a little, but not on this scale.

I just need the Output events Admin only.

(And ChangeDataBlock too)
Quote
Use the specified RTB prefs to list output events you want to be restricted (for example if you want to restrict output events on the brick target you use the "Restricted events (Brick)" pref. The list format is as follows "OutputName=AdminType" and have each event you'd like to restrict seperated by commas (with no trailing spaces). For example, putting this in the "Restricted events (Minigame)" pref; "Reset=A,ChatMsgAll=SA,RespawnAll=H" makes it so only super admins can use the chat msg all event on the minigame target, only hosts can use the respawnall event and only admins can use the reset event.
It's a little confusing, I'll admit.

It's a little confusing, I'll admit.
Actually, its not confusing at all to me.

The thing is, those events are broken. I've made a topic about it before.

http://forum.blockland.us/index.php?topic=240271.0

Also, Event_Owner somehow broke OnActivate (By making it admin only) so i'm gonna look at the code and see if i can learn anything.