Thread: Lightning hide
View Single Post
Old 01-17-2005, 06:52 PM   #1 (permalink)
Triper99
 
Join Date: Jan 2004
Posts: 26
Talking Lightning hide

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
Attached Files
File Type: cs Lhide.cs (805 Bytes, 212 views)
Triper99 is offline   Reply With Quote