PWE_PRC8/_module/_removed/dynconv_next_a.nss

8 lines
152 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPC = GetPCSpeaker();
int nOffset = GetLocalInt(oPC, "ChoiceOffset")+10;
SetLocalInt(oPC, "ChoiceOffset", nOffset);
}