14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName swim_at_1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/7/2004 12:40:39 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "nSwimNum", 1);
|
|
|
|
}
|