ID:156426
![]() Oct 10 2010, 6:08 pm
|
|
How come when I use my own skin I can't move? my verbs work but I can't move.
|
I did that yeah and still nothing, i don't know why it does that when i put the skin on. Can someone help?
|
Vancegetto wrote:
I did that yeah and still nothing, i don't know why it does that when i put the skin on. Can someone help? and my output doesn't work... |
You should check your code rather than the skin itself.
Make sure nothing in your code is blocking the players movement. The output doesn't work because it's ID differs from the default setting of which << is set too.. if that makes any sense. example: mob/verb/chat() When you make a new output in a skin, the id most likely is output1. so you either have to change all your "chat" or info texts to this arrangement " output("[msg]","outputid") " and specify which output to display the text in, or change the output id in your skin to whatever is the default setting in which usr << "whatever" gets displayed at. |
direction = arrow-key
west = left
east = right
north = up
south = down
Use 'Find key' to change them.