ID:173757
Nov 19 2003, 11:44 am
|
|
Hello i have a game and when people log out it says they log out but i don't won't to del(src) so they go to z level 2 but is there a way i can make them line up?
|
Nov 19 2003, 11:52 am
|
|
There is probably a much more efficient way of doing this, but:
|
In response to DerDragon
|
|
DerDragon wrote:
There is probably a much more efficient way of doing this, but: > mob/proc/sortofdie() when they logout they go to usr.loc = locate(5,5,2) is there anyway i can make it so when next person logsout they go to usr.loc = locate(6,5,2) and so on? |
In response to CrazyFighter
|
|
when they logout they go to usr.loc = locate(5,5,2) is there anyway i can make it so when next person logs out they go to usr.loc = locate(6,5,2) and so on? mob/proc/gotoheck() |
In response to DerDragon
|
|
DerDragon wrote:
when they logout they go to usr.loc = locate(5,5,2) is there anyway i can make it so when next person logs out they go to usr.loc = locate(6,5,2) and so on? > mob/proc/gotoheck() thanks |