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