how to make spawn objects have their different health
Develop games in your browser. Powerful, performant & highly capable.
Just put an action in the spawn condition that sets it health variable to whatever you want.
If you mean to find out how to give them a random health within a range, use something like:
set health to int(random(minimum,maximum))