"Would you like to go there now?"
PC: "Yes"
When the PC clicks yes, he should appear at the destination
The tag I tried is:
void main()
{
object oPC = GetPCSpeaker();
object oWaypoint = GetObjectByTag("pod");
AssignCommand,(oWaypoint);
}
but nothing happened. What am I missing out?
Modifié par simomate, 03 octobre 2010 - 09:20 .