Aantioch_Infernum/_module/nss/irda_setvar.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

9 lines
175 B
Plaintext

// An "Actions Taken" script to set a quest variable on the PC
// in an NPC conversation
void main()
{
object oPC = GetPCSpeaker();
SetLocalInt( oPC, "irda_set", 100);
}