LoT_PRC8/_module/nss/pgs_list_reset.nss

16 lines
445 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
//::///////////////////////////////////////////////
//:: 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);
}