Aantioch_Infernum/_module/nss/dragon_setvar_2.nss
EpicValor 2dbcfb160b Custom creatures modded to suit their level
All constructs through dragons, and their associated items.
2023-10-07 21:36:40 -05:00

14 lines
368 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName dragon_setvar_2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "dragoon", 1);
}