ID:271179
 
how do i change the view with this current code

turf
start_screen
icon ='Title 1.png'
start_screen_2
icon ='Title 2.png'
start_game
Click() //here's the good part
var/mob/m = usr //m = whoever clicked:
//one of the rare "legitimate" uses of usr
m.name = input(m,"What is your character's name","Name") as text
and i mean the view on the screen when you play
In response to Vegito SSJ44
Vegito SSJ44 wrote:
and i mean the view on the screen when you play

You have to be much more specific. There are a million different ways that you could be referring to "view." For example, adding this verb to your game:
client/verb/Change_View()
view = rand(1,13)

...would be considered "changing the view."

In the future, also make use of the 'Edit' button when making additions to your posts, instead of replying to your own post 2 minutes later just for a little bit of extra information.

Hiead
In response to Hiead
how do i add a list so you can pick your hair.

and how do i edit it into this code

choose_hair
Click()