ID:133891
 
It would be nice to have DM script like java has javascript and Visual basic has VBscript, it's just a suggestion. Here is an example

<head>
<script = "DM script">
var/money = 500
proc
Login() // load the page
alert("Hey!") //self explanitory
var/username = input("What is your username?","[website.name]")
if(username == "blablabla")
browser("page.html")
app/Bank //aplication
icon = 'haha.gif'
Click()
var/amount = rand(1,10)
alert("You have [money] and for asking me this question you loose [amount]!")
money -= amount
</head>
</script>
Uh, DM Script already exists, it just does something else and something else.
Javascript is actually unrelated to Java.
In response to Popisfizzy
I know and I know that too but I was just making a point with the javascript thing but DM script would be cool.
In response to Miran94
You already have DMCGI. Why not just use that? -_-