22 lines
603 B
Plaintext
22 lines
603 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_001
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/6/2002 10:40:47 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_generic"
|
|
|
|
void main()
|
|
{
|
|
|
|
ChangeToStandardFaction(OBJECT_SELF, STANDARD_FACTION_HOSTILE);
|
|
DetermineCombatRound();
|
|
|
|
/*
|
|
// Set the faction to hate the player, then attack the player
|
|
AdjustReputation(GetPCSpeaker(), OBJECT_SELF, -100);
|
|
DetermineCombatRound(GetPCSpeaker());
|
|
*/
|
|
}
|