Advertisement
FtDLulz

[Halo CE - TSC:E] Scripts in your map - Health Blips

Jun 12th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Above the armor ability script, you might've noticed 'MAPNAME_player_health_updater'. This has the ability to show waypoint blips when you're at low health and near a health object.
  2.  
  3. If you're using a .device_control health pack instead of an .equipment one, copy ';;PLAYER_HEALTH_DEVICE_TRY_PICKUP(health_name)' and replace the name to that of your device_control health pack in your map. If using a standard .equipment, or even a .device_control health or regeneration, duplicate ';;PLAYER_HEALTH_BLIP_OBJ_ADD(aa_health_name [or any object name])'. It doesn't matter which one, as long as you replace the parameter with the name of your health object. You can even use it for warthogs (as they carry two health packs)!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement