19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: x2_sig_state
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Sends an event to every party member
|
||
|
saying I've been put into a disabling state
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Brent
|
||
|
//:: Created On:
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "x0_inc_henai"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
//SendForHelp();
|
||
|
}
|