So all I need to do in my new map is script a few items, then it can be released. I need to get items to despawn after 1minute and 30seconds into each round. I've tried all kinds of scripts but I can't seem to get it working. Either the items wont despawn at all or they never spawn to begin with. Help please...
Script 1 (Only need 1 script for each object) Condition 1: On: Round Start Do: Spawn Condition 2: Wait Time: 90 (1 min 30 sec) Do: Despawn Pretty sure that's right. Not sure if that's the right formatting though but that should work
Adding on to this, you can get a script brain to send a message after waiting 90 seconds from roundstart, and have everything despawn on message recieved. I think this will be less glitchy, since if you have to many objects waiting, it ****s up scripts (since last update)
addendum: you can also achieve a "round start" type behavior by simply using a timer, setting initial as your wait time, and then repeat of 0sec. I have found that match/round start is glitchy and seems to only allow a few things to be done upon match start (or round). One way of fixing this is to do the above.