Hey, I'm working on a winzone that heals you, and sets your lives to 3 automatically. I've got the heal part down, but I can't do the lives as I have no experience at all with this script. I believe it would be a simple 1 line command (or trigger), however. Could someone please complete this script for me? Thanks, all effort appreciated.
Sincerely,
ekeak
;Artificial Intelligence Script
;Header
desc = Plr In Zone
;Triggers
:state=0,plrwithinzone=1:activateallinzone=1,sound=$0,state=1
:plrwithinzone=1:state=1,plraddhealth=9999
Trying to learn.