Like on Exadv1's console.
I really need an example, and if anyone could get me one, I'll gladly use it.
--------------------------------
Example:
Harry logs in and makes a program. He types like:
var/hi = 0
if(hi == 1)
usr << "Uh-oh."
After this, he has created his program. It is automaticly made (and can be transferred to floppy or burnt on a CD later).
I need this to be a bit the same as BYOND coding. But how do I do this?
Also, I need to block certain coding, like, e.x.
world << "<font size=1000>SPAM!"
I'd block spam with my own code, and the "world <<" command is never executed.
But anyhow, how do I make it so it actually does stuff?
"How do I create an object-oriented programming language using the same structures as BYOND, allow programs made with it through Dream Seeker to be ran on the fly, actually taking the place of the compiled DM code, except for where it's something disruptive or destructive?"
I don't have a solution. I just wanted to make sure you knew what you're asking.