Description | Quote
<TheMisterCat> i was looking at your ACS_NetworkExecute
<TheMisterCat> that shit needs to be in zandro bad
<Dusk> heh, it was a bad idea
<TheMisterCat> why?
<Dusk> acs_execute should be doing it by default
<Dusk> it already does from server to client
<TheMisterCat> oh, true
<TheMisterCat> but then you lose the ability to execute client locally
<TheMisterCat> script 1 (void) clientside { ACS_Execute(5, 0); } should execute script 5 as clientside
<TheMisterCat> if ACS_Execute was going to do that, it would need to be as a flag
<Dusk> hmm
<Dusk> acs_execute is full
<Dusk> no room for flags
<TheMisterCat> yeah
<Dusk> i'm beginning to wonder could there be a SERVERSIDE acs script type
<Dusk> like CLIENTSIDE
<Dusk> when the server executes a CLIENTSIDE script, it tells the clients to execute it
<Dusk> this could go the other way around
<TheMisterCat> that would be immensely useful
<TheMisterCat> for wormsdoom at least
|