12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
|
#include "utl_i_sqluuid"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC;
|
||
|
|
||
|
oPC = GetPCSpeaker();
|
||
|
SQLocalsUUID_SetInt(oPC,"PCGuild",1);
|
||
|
//SetLocalInt(oPC,"PCGuildLevel",1);
|
||
|
|
||
|
}
|