AStepByond

by Tubutas
A weird game idk i wanted to host it [More]

Currently Unavailable

Latest Version
Date added: Oct 28 2006
Last updated: Oct 29 2006
Last played: Oct 29 2006
0 fans

Waiting List

Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.

[Login to join waiting list]

its pretty challaging

var/jame = input("Choose a name for your character.","Your Name",usr.name)
var/s=0
s = length(jame)
if(s <= 4)
usr<<"Your name must be inbetween 5 and 20 Charaters yours were [s] chars"
return
if(s >= 20)
usr<<"Your name must be inbetween 5 and 20 Charaters yours was [s] chars"
return
usr.name=jame
usr.deletevars()
usr.loc = locate(15,6,1)