turf/Skilltree
icon='skill.png'
layer=AREA_LAYER + 1
density=1
Problem description:
how do i make it so that the usr's icon doesnt show when there on that screen but everything else does show? i.e. Objs show BUT your icon doesnt
ID:142542
Apr 27 2008, 3:39 pm
|
|
Code:
turf/Skilltree Problem description: how do i make it so that the usr's icon doesnt show when there on that screen but everything else does show? i.e. Objs show BUT your icon doesnt |
In response to Masterdan
|
|
umm ok i did what u said but didint quite get it properly here is what i got
mob/verb/Skilltree() can u figure what im doing wrong cuz now it doesnt tele me to the skill tree. and it probebly wont bring me back |
In response to Agrey123
|
|
Agrey123 wrote:
and it probebly wont bring me back Yes, it would. Read your code and tell me what happens after this line: usr.inskilltree=1 |
In response to Agrey123
|
|
You should urgently read the DM Guide so you're able to read your own code and use else statements...
Also, when returning the eye, don't forget to reset the perspective back as well. |
In summary, you absolutely do not want to physically move a mob in order to view character screens and such, or they will abuse such systems to avoid death and bug abuse. You keep them somewhere while they are looking at a separate location.