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.");
}
}
|