The proc you are looking for is shell. The reference for fcopy also lists:
mob/verb/change_world(F as file) fcopy(F,"world.dm") shell("DreamMaker world") world.Reboot()
As stated in fcopy's reference though, do not make that a simple player verb. I wouldn't even give it to any of the in-game moderators, and would probably restrict it only to myself due to the damage that could be caused by it.
As stated in fcopy's reference though, do not make that a simple player verb. I wouldn't even give it to any of the in-game moderators, and would probably restrict it only to myself due to the damage that could be caused by it.