- Dec 14, 2021
- 39
- 16
Ashe_tfwiki submitted a new resource:
Pickup Timer (Particle Based) - Powered by VScript and Sorse
Read more about this resource...
Pickup Timer (Particle Based) - Powered by VScript and Sorse
I always wanted to make a timer for pickups, but it was very tedious with Hammer logic. Now that we have VScript I finally managed to make it.
To use the script:
* You must add "timer_particle_script.nut" to your logic_script entity. If you don't have one, create it.
* You must have a particle manifest for your map ("MAPNAME_particles.txt" under the maps/ folders)
* All your pickups should have a "OnPlayerTouch" output that executes the script "spawnTimerParticle()".
Currently this script...
Read more about this resource...