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