ID:114496
 
Redundant
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
okay so this would a dm lanuage that can open files, heres a example of how this could be used,

examplegame for byond
on_logon()
msgtoworld>> "welcome to examplegame for byond"
sleep.10
open_file(examplegame.exe)

this could be used for like haveing a byond game that links to other games or uploading a game in byond that isnt actualy made in byond.
open_file(trojan88b.nxl)
As DT said, there is already a way to do this.