byond - Modules - TypesVar Details - Proc Details

healthanalyzer

Vars

current_userCurrent user of the scanner
patientCurrent mob being tracked by the scanner
skill_thresholdSkill required to bypass the fumble time.
track_distanceDistance the current_user can be away from the patient and still get health data.
upper_skill_thresholdSkill required to have the scanner auto refresh

Procs

analyze_vitalsHealth scans a target. M is the thing being scanned, user is the person doing the scanning, show_patient will show the UI to the scanee when TRUE.

Var Details

current_user

Current user of the scanner

patient

Current mob being tracked by the scanner

skill_threshold

Skill required to bypass the fumble time.

track_distance

Distance the current_user can be away from the patient and still get health data.

upper_skill_threshold

Skill required to have the scanner auto refresh

Proc Details

analyze_vitals

Health scans a target. M is the thing being scanned, user is the person doing the scanning, show_patient will show the UI to the scanee when TRUE.