generated from Jaysyn/ModuleTemplate
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
void main()
|
|
{
|
|
object oOb=GetNearestObjectByTag("ARENA_EventMaster",GetPCSpeaker(),1);
|
|
SetLocalInt(oOb,"nPay",200);
|
|
SetLocalInt(oOb,"nType",4);
|
|
SetLocalInt(oOb,"nState",0);
|
|
}
|