<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>
ID:133891
![]() Oct 14 2007, 8:04 am (Edited on Oct 16 2007, 5:12 am)
|
|
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
|