Lankhmar_PRC8/_module/nss/cnv_fc_hstl_shlg.nss

15 lines
204 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
#include "nw_i0_generic"
void main()
{
object oShelling = GetObjectByTag("Shelling");
ChangeToStandardFaction(oShelling, STANDARD_FACTION_HOSTILE);
object oPC = GetPCSpeaker();
ActionAttack(oPC);
}