ID:178510
 
Could give me an example of overloading a global proc?

such as walk_to
Winbiko wrote:
Could give me an example of overloading a global proc?

such as walk_to

Built-in procs like this can't be overridden. What you need to do is write a brand new proc, with a different name.

Lummox JR
In response to Lummox JR
=P