View Single Post
  #5  
Old 03-03-2011, 09:22 PM
lanystvyl
Sarnak
 
Join Date: Jan 2010
Posts: 53
Default

Edit---

Shouldn't there be a popup.pl in the plugins folder?

Edit--

not sure if this is closer it didn't work.

sub EVENT_CLICKDOOR {

#Nektulos Book, trying to open a window
if($doorid == 77 || $doorid == 333){
my $Indent = plugin::PWIndent();
quest::popup("Plane of Knowledge", "$Indent Seems that the language is illegible to you.");

}
}
Reply With Quote