I was wondering though i think its 99% impossible, but ca yo run a external DM file while hosting a game?
i mean if your in the game you put a DM file in the source folder and then you pressed a verb such as Update_File() would you be able to connect that DM that you put in the source and use to code from it? such as if it had the code to obj/food/carrot would you be able to bring carrots into the game?
Jan 6 2013, 12:47 pm
|
|
I think you mean like libraries, in which case yes it is possible. Unless you mean adding code during run-time. In which case, not as far as I know.
|
No, everything is compiled into the .dmb so adding additional files such as .dm will not work.
|