//****************************************************************************** // 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); }