16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
}
|