This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| revive_character [2020/02/04 11:32] – justin | revive_character [2021/04/21 18:47] (current) – justin | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| |character|Character that will be revived.|[[Entity]]|Yes| | |character|Character that will be revived.|[[Entity]]|Yes| | ||
| - | |heal_amount|Amount of health to restore after being revived.|[[Decimal]]|Yes| | + | |heal_amount|Amount of health to restore after being revived.|[[Number]]|Yes| |
| ====Example: | ====Example: | ||
| - | < | + | < |
| - | revive_character(player, | + | revive_character(player, |
| </ | </ | ||
| // | // | ||