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.
|