#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
location voy = GetLocation(GetWaypointByTag("voyage"));
if (!HasItem(oPC, "emotewand")){
GiveGoldToCreature(oPC, 10000);
}
AssignCommand(oPC, ActionJumpToLocation(voy));
}