
01-28-2002, 09:43 AM
|
|
Banned
|
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
|
|
|
You would have to make completely custom grafics for the hearts, like:
if (created) {timeout=.05;}
if (timeout&&playerhearts=1)
{showimg 201,heartimage.png,screenlength-300,30;
changeimgvis 201,4;
timeout=.05;}
You would have to script each ammount |
|
|
|