1171
SCI Syntax Help / Re: Adding a clock?? And Appearing objects
« on: January 14, 2007, 12:02:17 AM »
Ok I looked it over and the first issue I see is that there are two seperate doit methods. One of the two's contents need to join the other one. Just cut and paste what's inside the second one to just before the first doit method closes.
Another thing I noticed is where you init aman
(aMan:
...
setMotion(Follow gEgo)
setMotion(Wander)
)
you can't really have him wander and follow at the same time.
Another thing I noticed is where you init aman
(aMan:
...
setMotion(Follow gEgo)
setMotion(Wander)
)
you can't really have him wander and follow at the same time.
when they show up. But even most of that will get trimmed back off when the initial code gets updated. The SCI syntax while mostly filled with questions will get alot of chit chat in them and that's fine because the good questions and resulting examples that express something new or unseen will then become a part of the how to section. 