HiddenTradition_PRC8/_module/nss/ro_pvp_join_blue.nss
2024-06-20 15:47:42 -04:00

14 lines
359 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "BlueTeam", 1);
//For Dom's DAOC bindstone system - activate if using this system
string strBP = GetTag(OBJECT_SELF);
string strBPName = GetName(OBJECT_SELF);
SetLocalString(oPC,"T1_PLAYER_LASTBINDPOINT",strBP);
SetLocalString(oPC,"T1_PLAYER_LASTBINDPOINT_NAME",strBPName);
}