NWNDS/nwn_dark_sun/ds_setclock2.nss

14 lines
381 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName ds_setclock2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/14/02 5:35:08 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "nClock", 2);
}