ok. And I'm haing troubles again. XDD
Code:
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("-You Hear a Voice that seems to come out Of the Rift.- This Will send you back in time to South Qeynos.(I'm still working on this So just Say (Send).");
}
If($text=~/Send/i) {
quest::say("Please be careful to not change the future.");
quest::movepc(302,0,10,5);
}
}
Whats wrong with it? My Portal wont talk to me. I have the .pl named right and in the right folder but it just wont talk.
Also with what I'v learned I think I can make my own Waypoint. All i need is to make sure every zone has the same npc and Script for it. The only thing i can't do is the banking system and the withdraw from it. But i can still make it my buff bot, skill trainer, Spell trainer, Disc trainer and what not.