From 5d4ec949a088b3280426b61f704f45512405b5a7 Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 16 Nov 2006 15:42:11 +0000 Subject: Documentation update to atcommand git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9232 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4ecd7e113..b44ca8082 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4456,23 +4456,16 @@ everything not equippable by the new job class anyway. --------------------------------------- -*atcommand ":"; +*atcommand ""; This command will run the given command line exactly as if it was typed in from the keyboard by the player connected to the invoking character, and that character belonged to an account which had GM level 99. -Even though the character name and the ':' are not used for anything whatsoever, -it is required to give them in this command because it is processed exactly as -if typed from the keyboard, and that is how it will arrive into the processing -function if it is typed from the keyboard. The character name given must be the -same length as the name of the invoking character object, although nothing else -is required of it. - // This will ask the invoker for a character name and then use the '@nuke' // GM command on them, killing them mercilessly. input @player$; - gmcommand strcharinfo(0)+":@nuke "+@player$ + gmcommand "@nuke "+@player$ This command has a lot of good uses, I am sure you can have some fun with this one. -- cgit v1.2.3-60-g2f50