Thread
:
finding doors
View Single Post
#
2
10-10-2009, 11:36 AM
So_1337
Dragon
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Yes.
Add a player.pl file to the zone you're working with and put this code into it:
Code:
sub EVENT_CLICKDOOR { $door = $doorid - 256; $client->Message(13, "This is door number $door."); }
Then clicking the doors will show you the proper ID.
So_1337
View Public Profile
Send a private message to So_1337
Find all posts by So_1337