#How do you make a collectbale quest
1 messages · Page 1 of 1 (latest)
What’s a collectbale quest?
Ohh a collection system?
Yes
Int variable
Huh
Use some interaction volumes (place the amount of things you want to collect, then once the player presses on the interaction volume lock the interaction volume for that player.
And once it’s locked use an add chip with an integer variable then use an execution integer switch to check if the int variable is equal to 5, if it is then make it do what you want.
Okay got it