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 |
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 |
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 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.