19 lines
502 B
Plaintext
19 lines
502 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name: pgs_set_none
|
||
|
//:: 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"), 0);
|
||
|
}
|