View Single Post
  #9  
Old 03-03-2011, 10:48 PM
lanystvyl
Sarnak
 
Join Date: Jan 2010
Posts: 53
Default

got it....now I can mess with what goes in it the code ended up looking like this;


sub EVENT_CLICKDOOR {
if($doorid == 78 || $doorid == 334) {
quest::popup("Test", "I am going to start with a very basic line");

}

}


going to mess with it a little but at least it pop's when clicked thanks to all for pointing out the resources.
Reply With Quote