9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
#include "ld_forge"
|
|
|
|
void main()
|
|
{
|
|
string sTag = GetLocalString(OBJECT_SELF,"Mods");
|
|
SetLocalString(OBJECT_SELF,"Mods",ForgeSetTag(sTag,TagEncode(35),2));
|
|
SetLocalInt(OBJECT_SELF,"Visual",TRUE);
|
|
}
|