ID:168928
 
How do I make it so in the begining of the game, it asks them which clan they want to be?
client
Topic(href,href_list[],hsrc)
switch(href_list["action"])
if("goto_page1")
Help()
if("goto_page2")
page2()
verb
Help()
set desc = "() A file of information for your every need."
usr<<browse("Text","window=Clan")

proc/page2()
src<<browse("Text","window=Clan2")

Or something like that. You get the general idea.
In response to Sinoflife
I was thinking more along the lines of just like a alert() or list() not an actual window...O.o
In response to Zieth
mob
Login()
..()
src.clan = input(src, "What clan?", "Clan") in list("Clan1", "Clan2", "Clan3")
In response to Holy Retribution
Thanks!