Ok so I haev a magic well and when onUse i want this script to jump the player to the forest,
why isn't it working??
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
location lTarget;
oTarget = GetWaypointByTag("forest");
lTarget = GetLocation(oTarget);
AssignCommand(oPC, ActionJumpToLocation(lTarget));
}
Modifié par DagNarus2, 07 mars 2013 - 03:19 .