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