Pickups Scheduled by Template
Pickup Scheduler Template README
- Features:
- Collection game:
- modification for multiple pickup groups
- blueprint name: Collection Game: Template Scheduled
- scheduler targets selected template
- identified by pickupSpawnerScript
- vice a hard code of pickupSpawnerScript
- used if the script was named something else
- Install
- note:
- for each template to be tracked
- there must be a scheduler to track them
- add pickupSchedulerTemplateScript to gameController
- modify fields listed below
- remove old pickupSchedulerScript
- gameController gameScript
- modify On Round Start
- modify On Round End
- change:
- Script to pickupSchedulerTemplateScript
- on both Start and End
- Pickup Script
- vice a hard code of the pickupSpawnerScript
- flexible if pickupSpawnerScript is unique
- select the pickupSpawnerScript on template
- Use All Pickups
- this will use all items with Pickup Script attached
- template targeting will be ignored (hidden)
- Use Template
- select the template of the item
- unique for each scheduler
- Notes
- package may not contain all items
- collection game has many dependicies
- designed as modification:
- to the existing basic collection game
- just one replacement script