Blockland Forums > Suggestions & Requests
TDM Spawing System
Doomonkey:
--- Quote from: jockeykiller on September 03, 2012, 12:53:30 PM ---You may have guessed; im a n00b, what is VCE?
--- End quote ---
http://forum.blockland.us/index.php?topic=74148.0
They can be very complicated, and should generally not be enabled on any server where people can event freely, as they can be abused. You should probably stay away from them for a while and just use some sort of building to shield from spawn-killers.
hodototman:
--- Quote from: Port on September 03, 2012, 11:40:49 AM ---MoveToBrick is not default. SetPlayerTransform was made first.
--- End quote ---
ohhh
lol
Mushroom man:
Why does nobody use those teledoors anymore?
hodototman:
--- Quote from: Mushroom man on September 03, 2012, 05:47:10 PM ---Why does nobody use those teledoors anymore?
--- End quote ---
They were a good addition.
Gen. Hothauser:
--- Quote from: Mushroom man on September 03, 2012, 05:47:10 PM ---Why does nobody use those teledoors anymore?
--- End quote ---
Well, lets see, a teledoor allows for people on the battlefield to enter the spawn room. Not very good, don't you think?
If you decide to use VCE, here ya go
3 spawn locations and a brick in the spawn room for teleporting.
Spawn button
--- Code: ---[0] [Onactivate] [Client] [VCE_Modvariable] [Spawn] [Random]
[1] [Onactivate] [Client] [VCE_Ifvariable] [Spawn] [<] [.33] [2 3]
[2] [Onvariabletrue] [Namedbrick] [Spawn1] [setplayertransform] [ ] [ ]
[3] [Onvariablefalse] [Client] [VCE_Ifvariable] [Spawn] [>=] [.33] [4 4]
[4] [Onvariabletrue] [Client] [VCE_Ifvariable] [Spawn] [<=] [.66] [5 6]
[5] [Onvariabletrue] [Namedbrick] [Spawn2] [setplayertransform] [ ] [ ]
[6] [Onvariablefalse] [Namedbrick] [Spawn3] [setplayertransform] [ ] [ ]
--- End code ---
Easy as that.