EVENT CHEATGETFIRSTAID: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{EventTable|EVENT_CHEATGETFIRSTAID|[[myconnectindex]]|[[i|player->i]]|1 value}}
EVENT_CHEATGETFIRSTAID is a [[EDuke32_event_list|Game Event]].
EVENT_CHEATGETFIRSTAID is a [[EDuke32_event_list|Game Event]].


This [[event]] is initialized whenever a cheat is entered that gives the player the portable medikit.
This [[event]] is initialized whenever a cheat is entered that gives the player the portable medikit.


Set [[RETURN]] to the amount of FIRSTAID you want. The default is 100 (100%).
Set [[RETURN]] to the amount of FIRSTAID you want. The default is equivalent to [[max_player_health]].


[[Category:Events]]
[[Category:Events]]

Latest revision as of 07:28, 4 February 2022

Event ID player# THISACTOR RETURN
EVENT_CHEATGETFIRSTAID myconnectindex player->i 1 value

EVENT_CHEATGETFIRSTAID is a Game Event.

This event is initialized whenever a cheat is entered that gives the player the portable medikit.

Set RETURN to the amount of FIRSTAID you want. The default is equivalent to max_player_health.