NWNDS/nwn_dark_sun/at_sethendelst1.nss

14 lines
392 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_sethendelst1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/22/2002 5:09:31 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "nHendelStory", 1);
}