ID:269629
Aug 18 2005, 11:51 pm
|
|
I want to constantly change the view of the player and what he controls. I am trying mob = /mob/player1 but it wont work. Could someone please correct me or give me another code which will do this.
|
In response to DerDragon
|
|
Thanks
|
Keep in mind you have to have the mob already created. "mob = /mob/player1" looks like something that belongs under /world, which would set what default mob should be created for clients to connect to in the Login() proc. I'm not sure if this all will help you, play around with the key var a bit and you should probably get it.