Blockland Forums > Help
Admin Portal
Soildaa:
I want to make a portal that teleports admins only.
How do I do it?
I know the regular is: onPlayerTouch>NAMED BRICK:brickname>setPlayerTransform
How do I make it for admins only?
Peejster:
Use a JVS door that, when started, teleports the player if they're admin.
The Corporation:
JVS-
Onplayertouch>>Contentstart>>Adminonly
OnContentstart>>Setplayertransform
Sorry if it's wrong, haven't been able to get on BL for a few months.
Or you could VCE.
Gen. Hothauser:
[Onplayertouch] [self] [VCE_retrocheck] [ifadmin]
[onvariabletrue] [namedbrick] [brick B] [setplayertransform]
Mold:
--- Quote from: Gen. Hothauser on July 27, 2012, 10:29:55 PM ---[Onplayertouch] [self] [VCE_retrocheck] [ifadmin]
[onvariabletrue] [namedbrick] [brick B] [setplayertransform]
--- End quote ---
...
Whats wrong with ppl and this retrostuff garbage