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