EN4_PRC8/_module/nss/en4_tg_bemember.nss

12 lines
153 B
Plaintext
Raw Permalink Normal View History

#include "utl_i_sqluuid"
void main()
{
object oPC;
oPC = GetPCSpeaker();
SQLocalsUUID_SetInt(oPC,"PCGuild",1);
//SetLocalInt(oPC,"PCGuildLevel",1);
}