Snowflake 0 Posted May 2, 2003 sorry if it is a stupid question, but also stupid questions deserve an answer i have a script exectued via addaction command. now where is that script exectued, just on that client where it is started, on all clients or also on the server? and if it's not executed on server and how do i force a script (started on one client) to run on the server? server exec "server.sqs"? thx for the hepl in advance greetz snowflake Share this post Link to post Share on other sites
Guest jacobaby Posted May 2, 2003 It will be exec'd on the client that the action is clicked on. Yes, get an object or logic that is on the server to exec the script. TJ Share this post Link to post Share on other sites
Snowflake 0 Posted May 3, 2003 thought that it's just executed on client thx for the solution bye snowflake Share this post Link to post Share on other sites
Baron Hurlothrumbo IIX 0 Posted May 15, 2003 If the script is activated via a trigger it doesnt need to be sent to server, correct? If it does, could you explain as if to a child how to do it Share this post Link to post Share on other sites
Guest jacobaby Posted May 15, 2003 correct. But beware if you are creating things NOT to create lots of versions by repeatedly activated scripts TJ Share this post Link to post Share on other sites