Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Can you trigger several monsters at once?
cantremember Offline
Senior Member

Posts: 268
Threads: 29
Joined: Aug 2011
Reputation: 5
#1
Can you trigger several monsters at once?

What happens if you try to do two triggers at once ?

For example when the monster appears in the storage, you run down the stairs and open the door in the kitchen while the other monster is still chasing you?
10-07-2015, 04:30 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Can you trigger several monsters at once?

You can have as many monsters as you wish and trigger them whenever you wish.

PHP Code: (Select All)
SetEntityActive("<monster_name>"true); 
You can spawn as many as you would like with this, you just need to figure out when it is necessary to spawn them, which you will define in scripts with CollideCallbacks, InteractCallbacks, Timers, etc.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 10-07-2015, 04:35 PM by Romulator.)
10-07-2015, 04:34 PM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#3
RE: Can you trigger several monsters at once?

should work just fine as long as you have 2 monsters. If you do 2 triggers on the same monster, it's possible to reassign pathnodes or teleport the monster, among other things, all depending on what you want to do.
10-07-2015, 04:35 PM
Find
Diz Offline
Member

Posts: 175
Threads: 4
Joined: Feb 2013
Reputation: 9
#4
RE: Can you trigger several monsters at once?

If you are referring to actual storymode content, the gatherer which patrols after you find the elevator rods in the storage, then I think that is supposed to resemble the same gatherer which resided behind the closed door by the kitchen, deciding to take a stroll. The door might also be open after this event, even if you did not open it yourself, but my memory is vague as I have not played the game for a long while. ;)

When it comes to running from one monster spawn location to another monster spawn location, I do not think this will be easy to do in storymode. Of course, I may be wrong, but the last time I tried to do something like it, I failed.

If you mean in technical terms, like making custom stories etc. then I would imagine doing two triggers at once should be no problem, though I do not know for sure how the technical things of the game works.

Radidsh is my alternate name. Hungry for horror games? Check out my channel!
10-09-2015, 02:41 PM
Find




Users browsing this thread: 1 Guest(s)