Initial upload
Initial upload.
This commit is contained in:
15
_module/nss/pgs_list_reset.nss
Normal file
15
_module/nss/pgs_list_reset.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
}
|
||||
Reference in New Issue
Block a user