RATDOG/_module/nss/otres_travelinit.nss

14 lines
354 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName otres_travelinit
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: smo
//::
//:://////////////////////////////////////////////
void main()
{
// Set the variable
SetLocalInt(GetPCSpeaker(), "bTravel", FALSE);
}