Still having trouble with these 3. Nothing I seem to be doing is working. Though I have made a pretty ugly work-around for #3 using just the web address in the window,still trying to find a way to make it a hyperlink or something if possible. And #2 still wont give reward for turn in,#1 still stuck on first window lol.
Code for Pop-up with web address if anyone wants to use or modify
Code:
sub EVENT_SAY {
if ($text=~/hail/i) {
plugin::DiaWind("Server files available http://google.com");
}
}
}