generated from Jaysyn/ModuleTemplate
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
/* tp_area_party */
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "TP_PARTY", 1);
|
|
SetCustomToken(2007, "[Party]");
|
|
}
|