#library "CapturePoints"
#include "zcommon.acs"

script 5000 (void) { SetResultValue (CheckInventory("CurrentHealth")); }
script 5001 (void) { SetResultValue (CheckInventory("PreviousHealth")); }
script 5002 (void) { SetResultValue (CheckInventory("DifferenceHealth")); }
