Blockland Forums > Help
Is there a onVehicleTouch?
Darksaber530:
--- Quote from: K9 Kid on October 18, 2012, 10:30:43 PM ---OT:
When you get zonebricks, place one at the finish line and put
Onvehicleenterzone>Minigame>end
Onvehicleenterzone>Minigame>centerprintall>%1 Won!!
Onvehicleenterzone>NamedBrick*fireworks*>SpawnProjectile>Fireworks Blue>0,0,40
--- End quote ---
No no no, that will show everyone's name.
Like this,
Say a player named SupahDSi won.
Instead of saying SupahDSi WON!!!,
It would say YOUR NAME HERE WON!!!
saggy flap:
Ok... now i need help with zonebricks... I downloaded it and tested it but i cant get it to work.. what do i do to the empty boxes and which do i choose... center east north south up down etc... i dont no know to usee ittt!
GEN.Fire Bird:
use OnBotTouch, as vehicles are bots AFAIK.
Gen. Hothauser:
This is exactly what you need to do.
For a finish line that resets the minigame and displays who won. This is for a single lap race.
--- Code: ---[0] [Onvehicleenterzone] [Minigame] [VCE_Modvariable] [Win] [Set] [<var:cl:name>]
[1] [Onvehicleenterzone] [Minigame] [Centerprintall] [<var:mg:Win> won] [3]
[2] [Onvehicleenterzone] [Minigame] [Reset]
--- End code ---
This is as simplified as I can make it without giving to much out, I wouldn't want to take the challenge away from you.
Oh ya, you need VCE too.
saggy flap:
--- Quote from: Gen. Hothauser on October 18, 2012, 11:36:59 PM ---This is exactly what you need to do.
For a finish line that resets the minigame and displays who won. This is for a single lap race.
--- Code: ---[0] [Onvehicleenterzone] [Minigame] [VCE_Modvariable] [Win] [Set] [<var:cl:name>]
[1] [Onvehicleenterzone] [Minigame] [Centerprintall] [<var:mg:Win> won] [3]
[2] [Onvehicleenterzone] [Minigame] [Reset]
--- End code ---
This is as simplified as I can make it without giving to much out, I wouldn't want to take the challenge away from you.
Oh ya, you need VCE too.
--- End quote ---
This is the part that i know how to do! I need help "SETTING THE ZONE". But thank you!