» Sun Aug 29, 2010 6:58 am
Use a patrol package instead of a sandbox. For the 'sandbox' stuff, you need to make sure you are using a furniture (not a static) object. To make then use a computer, it is the chair and not the computer that does this, therefore it must be a 'computerchair01L' for example. They will sit and type even if a comp is not present. I usually set up a patrol package,(make sure your "blue figure" is visible with the m key---that's what you're selecting, not the chair) set all my items the npc will use as persistant references, link my npc to the first one and give it a patrol time from the patrol tab of the object, then I link that object to the next one, etc. To add the eat function into the routine, you would have to change your patrol package into an eat package with a persistant object (chair/stool) as a location and set a time to eat duration in the schedule tab. The sleep function would also then be a separate package with a location and a schedule. Then you would have them move back to a patrol package, and so on. For the guard stuff, set up a patrol package and link idlemarkers (persistant checked). You can also stipulate in the patrol package, weapon drawn, etc. or you can chose idlemarkers for guards.
It can get kind of involved if you want them to do a lot of stuff.
Hope this helps.