WoR_PRC8/_module/nss/s_givesomariiins.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

18 lines
632 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName s_givealushriins
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/5/2005 6:43:21 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the item
object oPC = GetPCSpeaker();
CreateItemOnObject("sha_house_sigin2", oPC, 1);
object Alushri = GetObjectByTag("DROW_FACTION_SOMARISH");
ClearPersonalReputation(oPC, Alushri);
AdjustReputation(oPC, Alushri, -100);
AdjustReputation(oPC, Alushri, 100);
}