hi im new here so thank you for all the help that im sure i will get.
ok so ive got this bit of script:
function comp_Look()
{
player.Walk(229, 162);
Display("it says .........");
}
what im confused about is it does what i want it to do but not in the order i want it to. i want the player to walk to it and then display the message, instead it displays the message and then moves to it.
what have i done wrong?
ok so ive got this bit of script:
function comp_Look()
{
player.Walk(229, 162);
Display("it says .........");
}
what im confused about is it does what i want it to do but not in the order i want it to. i want the player to walk to it and then display the message, instead it displays the message and then moves to it.
what have i done wrong?