8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
// RAID information
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF,"nMState",17);
|
|
SetLocalInt(OBJECT_SELF,"nSState",0);
|
|
SetLocalInt(OBJECT_SELF,"nParm",0);
|
|
}
|