Initial commit. Updated release archive.
This commit is contained in:
19
_module/nss/ro_pvp_join_sara.nss
Normal file
19
_module/nss/ro_pvp_join_sara.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oNPC = GetNearestObjectByTag("SaracenScout");
|
||||
SetLocalInt(oPC, "BlueTeam", 1);
|
||||
|
||||
//Sets friendly to local faction
|
||||
AdjustReputation(oPC, oNPC, 95);
|
||||
|
||||
|
||||
//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);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user