Thread: Slideing door
View Single Post
  #12  
Old 08-31-2001, 12:55 AM
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
ganis ok
but depending on the way you script it that could also be a problem
like if it was playing the gani and you said open the gani will start playing again from the start
but you could just set a flag then unset it a few secs later
like

if (playersays(open)&&!opening) {
setcharani *whateva,;
set opening;
sleep 5;
unset opening;
}

that should work without problems
but i know Kaimetsu wont like it cause he is anti-flags
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote