8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
//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));
|
|
}
|