RoT2_PRC8/_module/nss/cb_start_bar.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

13 lines
138 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("LEGIONBAR");
OpenStore(oTarget, oPC, 100, 1);
}