Search the Commands

Home  All  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 

Details for command atcommand:
 
* atcommand "Command Line";
 
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.

// This will ask the invoker for a character name and then use the '@nuke'
// GM command on them, killing them mercilessly.
input @player$;
atcommand "@nuke "+@player$;

This command has a lot of good uses, I am sure you can have some fun with this
one.

[Z3R0] - 3/20/2009 - Updated Information
-----------------------------------------
If a player is not attached to the script when this is ran, it is then assumed
that the NPC is the player, and will function as if the NPC was a level 99 GM.

Valid XHTML 1.0 Strict Valid CSS!