LoT_PRC8/_module/nss/pgs_list_reset.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

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);
}