PWE_PRC8/_module/nss/shaolin_setvar.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

9 lines
178 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, "shaolin_set", 100);
}