HoS_PRC8/_mod/_module/nss/ipj_und.nss

7 lines
135 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// set team und
void main()
{
SetLocalString(GetPCSpeaker(),"sTeamID","UND");
ExecuteScript("adjust_alignment",OBJECT_SELF);
}