ID:266664
 
Say I have a world which we'll give the original name of 'World A'. Say I have users connect to World A (on my computer), where they're able to launch their own local copies of a world I'll call 'World B'.

If I were to issue the following command from World A:

usr << run (file("WorldB.dmb"))

... would this have the desired effect (the user downloads a copy of World B and runs it locally)? Would the user automatically be logged out of World A? Is there a better way to do this?

Regards,
Corporate Dog