Ancordia_PRC8/_module/nss/bjplrstand.nss

11 lines
170 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
/**
* Send stand event
*
* Copyright (C) 2002-2003 Jim Woodgate - woody@realtime.net
*/
void main() {
SignalEvent(OBJECT_SELF, EventUserDefined(202)); // stand
}