Haydee
Ascendance 1 Jan, 2019 @ 1:52pm
Endless bots
Having trouble getting bots to spawn in. A button starts the process and it’ll work as long as the player stays inside the room but if they leave and return, the bots will no longer spawn. However I can tell the process runs because the item spawns as it should. So the problem seems to be with the bots and graph
< >
Showing 1-8 of 8 comments
antales  [developer] 1 Jan, 2019 @ 1:57pm 
How do you spawn them?
Ascendance 1 Jan, 2019 @ 3:24pm 
Originally posted by antales:
How do you spawn them?

I spawn them in with a button
antales  [developer] 1 Jan, 2019 @ 4:25pm 
So the button doesn't work anymore after you reenter the room?
Ascendance 1 Jan, 2019 @ 4:40pm 
Originally posted by antales:
So the button doesn't work anymore after you reenter the room?

The button works but the bots don’t respawn. When the button is pressed, it locks the player in the room and spawns the bots after certain amount of time and also spawns a keycard. Everything works except the bots. I’m thinking I should use a trigger rather than a button as I’ve gotten the bots to respawn endlessly before. It’s to be noted that the bots don’t spawn initially in the room until button is pressed
antales  [developer] 1 Jan, 2019 @ 4:58pm 
Maybe you leave the room before the timer elapses. You can always lock the doors until your script is over.
RoboFish 1 Jan, 2019 @ 5:23pm 
Timers don't persist between room changes.
If you started the timer and then left a room, you have to start it again once you go back in.
Ascendance 1 Jan, 2019 @ 6:35pm 
I created a little test environment to simplify things. So far i've noticed that having a button spawn/respawn in a bot works but leaving the room for some reason causes it to not work. There is no timer or delays in the spawning. I played around a bit more and realize that each bot's name is the same as its alias( Name: Walker1, Alias: Walker1). Changing this has seemed to fix the problem with the bots not spawning after leaving the room
Ascendance 1 Jan, 2019 @ 6:39pm 
It appears that this was a syntax error on my part. I can now re-enter the room and the bots will all spawn again to kick my ass
< >
Showing 1-8 of 8 comments
Per page: 1530 50