ID:150538
Sep 1 2001, 8:29 pm
|
|
I know this sounds like a very simple question, but i cant get any of deadrons library's to work, and i can get the walk_to() proc to work, whenever i use it it gives me the error:walk_to :undefined proc error... if anyone could please tell me how to get that to work it would be nice, and no im not asking for code. Thanks to anyone that can help.
|
Sep 1 2001, 8:37 pm
|
|
Read the reference entry on it.
|
In response to LexyBitch
|
|
i did, and i still get undefined proc
|
In response to Jotdaniel
|
|
Okay... read it and look at how it's done, then compare it to how you're doing. Look at it and think.
I imagine you're doing something like: src.walk_to() or usr.walk_to() Look at the examples of how walk_to() is used in the reference. Look at the arguments it takes and the explanation of those arguments. |
Jotdaniel wrote:
I know this sounds like a very simple question, but i cant get any of deadrons library's to work, and i can get the walk_to() proc to work, whenever i use it it gives me the error:walk_to :undefined proc error... if anyone could please tell me how to get that to work it would be nice, and no im not asking for code. Thanks to anyone that can help. Which of my libraries did you try? In what way didn't they work? Either way, check out the byond://Deadron.WalkingClicking demo. Even if it doesn't run for some reason, take a look at how walk_to() is used there. |