8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
#include "ld_forge_new"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
string sTag = GetLocalString(OBJECT_SELF,"Mods");
|
||
|
SetLocalString(OBJECT_SELF,"Mods",ForgeSetTag(sTag,TagEncode(1),2));
|
||
|
}
|