EVENT CHEATGETFIRSTAID: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
LordMisfit (talk | contribs)
m New page: EVENT_CHEATGETFIRSTAID is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event]. This event is initialized whenever a cheat is entered that gives the player the po...
 
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
EVENT_CHEATGETFIRSTAID is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event].
{{EventTable|EVENT_CHEATGETFIRSTAID|[[myconnectindex]]|[[i|player->i]]|1 value}}


This event is initialized whenever a cheat is entered that gives the player the portable medikit.
EVENT_CHEATGETFIRSTAID is a [[EDuke32_event_list|Game Event]].


Set [[RETURN]] to the amount of FIRSTAID you want. The default is 100 (100%).
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]].


[[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.