ID:141830
Oct 27 2008, 7:09 am (Edited on Jun 2 2009, 9:04 pm)
|
|
In response to Kaioken
|
|
Eh?
|
In response to Sasuke3232
|
|
I recognize parts of your code are from a commonly copied horrible example. =)
Doesn't look like you quite know to program on your own yet. I suggest reading the DM Guide. |
In response to Kaioken
|
|
Well, I might of used an example but i didnt copy paste and i had to redo it, but more importantly you should be Trying to Help the person with their problem not bash and flame on them
|
In response to Sasuke3232
|
|
Sasuke3232 wrote:
Trying to Help the person with their problem not bash and flame on them I've already given you the help you need [link]. If it looks like flaming to you, that's your problem - though I can't see how you even expect to program without learning first. You need to rewrite your Wander() proc, which is very badly written, and fix some other things in the code. If you know what the code actually does, it's easy to see why it'd never work. For example, your first if() statement in Wander() consistently checks if null is in oview() (and the oview() call also has usr abuse, by the way), which it won't be, so the (still wrong anyway) code under the if() will never run. |
Don't copy others' code (especially not bad code!). Learn to make your own.