Thread: RC Commands.
View Single Post
  #2  
Old 07-20-2002, 03:27 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Re: RC Commands.

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;
}
__________________
Reply With Quote