14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName otres_travelinit
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: smo
|
||
|
//::
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variable
|
||
|
SetLocalInt(GetPCSpeaker(), "bTravel", FALSE);
|
||
|
|
||
|
}
|