UW2_PRC8/_module/nss/sfcs_keen.nss

10 lines
214 B
Plaintext
Raw Normal View History

2023-09-25 20:24:01 -04:00
#include "sfcs_functs"
void main()
{
object oPC = GetPCSpeaker();
SetLocalString(OBJECT_SELF, "BONUS", "KEEN");
ActionDoCommand(SetMenuText());
ActionWait(0.25);
ActionStartConversation(oPC);
}