ScooT9
Quote: "Is there a way to refill health to 100 when player respawns"
Yes, simple easy script. You really need to use the Syntax list more often. The command to use for players health is $PH ( setvar=$PH 100 )
That sets the players health to 100.
You will have to figure out how to "insert" when a player "Respawns"

Maybe use a triggerzone that is activated only on a respawn ?
But here's the code for a simple "player in zone" set health to 100..
:state=0,plrwithinzone=1:state=1
:state=1:setvar=$PH 100
You could try using an activation to activate the zone when player dies ?
EDIT: I think I got it, a workaround. Found it using the Syntax list. Use this with a triggerzone right where the player "Respawns"
If players health is less than 100 it sets it to 100 then script resets itself. But beware, this script runs over and over every time player steps into zone
:state=0,plrwithinzone=1:state=1
:state=1,plrhealthless=100:setvar=$PH 100
:state=1,plrwithinzone=0:state=0
My games never have bugs. They just develop random features..
Lots and lots of random features...
Location: You know that space between a dresser and the floor ? Yeah, that's where