Thread: Deconstructor?
View Single Post
  #10  
Old 06-13-2008, 09:29 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by projectigi View Post
well, nope

its like

update script
onCreated()

but i want

onUpdate()
update script
onCreated()

I was referring to Chompy's idea of using catchevent on onCreated as being stupid - not this. Although the problem is that the serverside would have to wait for this update function to complete, which sometimes if abused, it never will, and the clientside has no idea that the script has updated until it's been updated anyway.
Reply With Quote