8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
#include "ld_forge"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
string sTag = GetLocalString(OBJECT_SELF,"Mods");
|
||
|
SetLocalString(OBJECT_SELF,"Mods",ForgeSetTag(sTag,TagEncode(3),3));
|
||
|
}
|