Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
#include "ld_forge"
|
|
|
|
void main()
|
|
{
|
|
string sTag = GetLocalString(OBJECT_SELF,"Mods");
|
|
SetLocalString(OBJECT_SELF,"Mods",LDSetTag(sTag,TagEncode(10),2));
|
|
}
|