Aantioch_Infernum/_module/nss/baltarattack.nss
EpicValor 3811a4f205 Updates areas, spawns, items, mobs
and fixed typos in convos up to convo_cashan
2023-09-21 19:10:12 -05:00

17 lines
481 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName baltarattack
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9
//:://////////////////////////////////////////////
#include "nw_i0_generic"
void main()
{
// Set the faction to hate the player, then attack the player
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -100);
DetermineCombatRound(GetPCSpeaker());
}