Battledale_PRC8/_module/nss/gc_set_save_refl.nss

7 lines
92 B
Plaintext
Raw Permalink Normal View History

void main()
{
int n = SAVING_THROW_REFLEX;
SetLocalInt(GetPCSpeaker(), "CRAFT_SAVE", n);
}