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