Quote:
Originally posted by Torankusu
we were chatting in RC and idling, and we thought it would be neat to have a few new "/" commands.
First,
/disconnect account
/warp account x y level
|
Don't those already exist?
Quote:
a "sendmessage" for people(RCs) when they get online.
For instance, I used
"/sendmessage AlexH messagehere"
it would pop up a message or something.
It would be pretty useful for those people that are hardly on at the same time as you and you... "want to assign work" for instance.
|
It could be scripted as is, but it'd need to use server strings/database NPCs/etc. What we really need is the ability to grab offline players with the with statement. Maybe something like:
with(getaccount(soandso)){
doblah;
}