Items in general

Init server commands

Extra animations (what happens if these exist)

A good example of all of this is item_healthplant.tik.

Health Items

To make a health item all you need to do is add the following lines to the init section of the tiki file.

classname Health

amount <health amount>

NOTE: amount will default to 20 if the amount line is left out.

A good example of all of this is item_healthplant.tik.