LoT_PRC8/_module/nss/p003q002_show.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

14 lines
344 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = !GetLocalInt(OBJECT_SELF, "p003began");
if (nShow)
{
SetLocalInt(OBJECT_SELF, "p003began", 2);
PWSetMinLocalIntPartyPCSpeaker("p003state_Ronally", 2);
ChangeToStandardFaction(OBJECT_SELF, STANDARD_FACTION_HOSTILE);
ActionAttack(GetPCSpeaker());
}
return nShow;
}