Blockland Forums > Suggestions & Requests
Spawn Random Item Event
Nails:
i was planing of making a Random Item Server, (not like the randomize addon that was already made) Were random items were spawn on some bricks.
So, it would spawn a random item from your perimeters of choice at a random moment (from a relay). This could become a VCE event if you were to restrict an item.
I hope this can be made, that or there's a VCE event for it.
Bye. :3
xSetrox:
Support.
What I used to do was make this whole ball drop system with 1x1f plates with different onprojectilehit events.
But this would be way better.
Nails:
--- Quote from: xSetrox on July 22, 2013, 06:22:57 PM ---What I used to do was make this whole ball drop system with 1x1f plates with different onprojectilehit events.
--- End quote ---
Exactly, its more Spam that way, this is only 1 event (or more) so its less laggy
TristanLuigi:
Possible with VCE already. Generate a random number using VCE, then test that number through multiple IF statements and depending on the number, set the item.
Although a pre-made event would be easier.
xSetrox:
--- Quote from: TristanLuigi on July 23, 2013, 08:34:20 PM ---Possible with VCE already. Generate a random number using VCE, then test that number through multiple IF statements and depending on the number, set the item.
Although a pre-made event would be easier.
--- End quote ---
You don understand, he wants it made into an event.