Blockland Forums > General Discussion
Even more problems with VCE.
Acerblock:
http://forum.blockland.us/index.php?topic=234356.0
So yeah, like in the last thread, it's still giving me multiple weapons even though it's set randomly. What the heck is going on?
This is getting really annoying, I need to know what I'm doing wrong.
AromaniaFTW:
throw a delay in there somewhere
probably for each one that checks "Wep"
BlockoCrafter:
1. Why do you have it set the variable to 3, then random 1?
2. You know, random 1 will always end up in 1.
Acerblock:
--- Quote from: AromaniaFTW on June 10, 2013, 09:06:15 PM ---throw a delay in there somewhere
probably for each one that checks "Wep"
--- End quote ---
--- Quote from: BlockoCrafter on June 10, 2013, 09:06:47 PM ---1. Why do you have it set the variable to 3, then random 1?
2. You know, random 1 will always end up in 1.
--- End quote ---
That fixed it. The only problem is it's giving the same item 5 times. I don't really want it to do that. How do I stop it from doing that?
ravencroft:
--- Quote from: Acerblock on June 10, 2013, 09:23:59 PM ---That fixed it. The only problem is it's giving the same item 5 times. I don't really want it to do that. How do I stop it from doing that?
--- End quote ---
Why don't you have a delay in it? Thats probably your issue.