UW2_PRC8/_module/nss/sfcs_piercing.nss

10 lines
218 B
Plaintext
Raw Permalink Normal View History

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