Waiting List
There are no players on the waiting list yet. 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]
| A weird game idk i wanted to host it |
Latest Version ·
Date Added: 10/29/06
![Single-player [Single-player]](/rsc/single_player_icon.gif) | Single-player |
![Multiplayer [Multiplayer]](/rsc/multi_player_icon.gif) | Multiplayer |
|
| |
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)
Login to post a comment.