Files
HeroesStone_PRC8/_module/nss/arena_c_a_master.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

8 lines
189 B
Plaintext

void main()
{
object oOb=GetNearestObjectByTag("ARENA_EventMaster",GetPCSpeaker(),1);
SetLocalInt(oOb,"nPay",50);
SetLocalInt(oOb,"nType",3);
SetLocalInt(oOb,"nState",0);
}