Short dumb questions

Short and probably dumb questions by a novice. List will grow, I am sure.

How to make my NPCs run? (Solved, thanks @andgalf)

I have a panic situation in a tavern when a fire breaks out. The script cleans out the patrons (Sends them to a waypoint outside). They do it calmly and walk out. How can I make them run?

How to get rid of junk in containers? (Solved, thanks @Mannast)

When I place containers I want them to contain ONLY the stuff that I put in there. How do I get rid of all the random junk the engine puts in (a sword, an armor and a torch in a bookshelf was the highlight of my morning)?

You can write a script using the function ActionMoveToObject. There you can set the character to run.

1 Like

Go into your placed containers and remove the OnOpen and OnDestroyed scripts. This just leaves the items in inventory available without creating random treasure (which is what the usual scripts do).

2 Likes

Below an answer you should see an “solution”-button. Activate it if your case is solved. This will mark the topic as solved in the overview.

If you use an container often (i. e. a barrel or a bookshelf) it probably make sense to create a blueprint of it without the scripts.

1 Like