12-13-2008, 05:31 AM
You're experiencing what's called a wait block. Consider this:
Only one wait action can be run per player at once.
If you have two wait actions running for the same player at the same time, the wait is extended and takes much longer than what you set it to.
Try and make sure your waits don't 'collide'.
Only one wait action can be run per player at once.
If you have two wait actions running for the same player at the same time, the wait is extended and takes much longer than what you set it to.
Try and make sure your waits don't 'collide'.