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

19 lines
504 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: pgs_set_yellow
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Set the guild color effect for the players
guild.
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
#include "inc_gsystem"
void main()
{
SetModuleGuildColor (GetLocalInt (GetPCSpeaker(), "Player_Guild_Number"), 2);
}