ID:155576
May 21 2011, 3:04 am
|
|
Hello. I'm trying to get some experience in coding, but I got an question again. In short, I need to know how to make for() check if certain objects are in one list, but not in another. I tried to do it with if(), but debug showed it makes infinitive loop because mob checks save object over and over, so I try to make it add invalid objects to certain list and then skip those objects. If you need code, please ask.
|
May 21 2011, 4:44 am
|
|
In response to Hassanjalil
|
|
Hassanjalil, that is a very bad way of doing things. Might I suggest you brush up your skills some before attempting to help others? (Not trying to be mean about it.)
And to answer your question Marty: var EDIT: I misread what you asked for, here. (Added a note to the earlier loop) mob/verb/check() |