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