changehealth
The changehealth command is used to spawn a normal that can be picked up.



"then(changehealth, amount)"


Argument Function
amount The new amount of health the block will have.



And example of the changehealth command used in a script is as follows...




The following script lowers a timer while also changing the health of the block to match.


if(always)
{
then(changevartimer,timer,-,1)
then(changehealth,var(timer))
}