05-08-2005, 12:03 AM
|
#11 (permalink)
|
|
Forum Expert
Join Date: Jan 2005
Age: 31
Posts: 288
|
Quote:
|
Originally Posted by Triper99
hi its me again! your local script noobie
alot of people have put out different gm hides, and alot of them have been in the form of an object that you click on.
i decided to make a [Lhide command so you could save your fingers from carpal tunnel by setting a macro.
Description: Hides and Unhides a gm character with a lightning bolt
Usage: just type [Lhide and it hides your character (not targetable)
Installation: Just drop in custom folder, if you get an error that says there is already an existing CustomCmdHandler just add a 1, 2, 3 ect like this,
Code:
public class CustomCmdHandler // <------ 1, 2, 3 goes here!
{
public static void Initialize()
{
Register( "Lhide", AccessLevel.Counselor, new CommandEventHandler( Lhide_OnCommand ) );
}
hope you guys enjoy
|
should look at theses are much better heres a link if(Ryan==Phantom){this.Post();}
|
|
|