//::///////////////////////////////////////////////
//:: Name: pgs_list_reset
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
    Reset the list position for the player (to 1).
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
void main()
{
    SetLocalInt (GetPCSpeaker(), "List_Position", 1);
}