PWE_PRC8/_module/nss/ls_kehaarsignal.nss

8 lines
178 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//Scripted by Lilac Soul. Goes in heartbeat. Fires UDE event
//2001 in approx. 1 of 4 heartbeats.
void main()
{
if (d4()==1) SignalEvent(OBJECT_SELF, EventUserDefined(2001));
}