8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
int nOffset = GetLocalInt(oPC, "ChoiceOffset")-10;
|
||
|
SetLocalInt(oPC, "ChoiceOffset", nOffset);
|
||
|
}
|
||
|
|