Thread: Action Bug?
View Single Post
  #1  
Old 05-24-2005, 08:36 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Action Bug?

If you send repeated clientside actions (triggerclient) in one script event/function - the client will execute them newest received first. (Backwards, usually).

I'm guessing this is an issue with how the server buffers data sent out (as well as the client parsing it).

Is there any way around this aside from sending the actions in reverse order?
Reply With Quote