Aantioch_Infernum/_module/nss/cugel_set_var.nss

9 lines
173 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
// An "Actions Taken" script to set a quest variable on the PC
// in an NPC conversation
void main()
{
object oPC = GetPCSpeaker();
SetLocalInt( oPC, "cugel2", 100);
}