Thread: timereverywhere
View Single Post
  #2  
Old 12-17-2001, 08:35 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
just do

if (playerenters||created){
timereverywhere;
}

if (timeout) {
code
}

and that will keep track of timeout for the first person in the level
so when a second player comes into the level instead of each player having a different timeout it will just continue to use the timeout from the first player that ebntered the level so it happens at the same time for each player
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote