View Single Post
  #12  
Old 01-16-2012, 06:33 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("$name Hears a Voice that seems to come out Of the Rift.- This Will [Send] you back in time to South Qeynos. Please be careful to not change the future.");
}elseIf($text=~/Send/i) {
quest::movepc(302,0,10,5);
}
#END of FILE
Reply With Quote