Files
HeroesStone_PRC8/_module/nss/conv_warn_pc.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

10 lines
429 B
Plaintext

//******************************************************************************
// This script is attached to the conversation node that sets the PC warning
// variable. Attach this to onConversation End or a specific node.
// Created By: Jeremiah Teague
//******************************************************************************
void main()
{
SetLocalInt(GetLocalObject(GetPCSpeaker(), "ATTACKER"), "PC_WARNED", TRUE);
}