Been trying to add new macro... I have had this issue for a while but now and just let it go but I plan on being out a lot again i need to resolve this. This specific issue isn't the only time the same errors occurred it is just the latest occurrence.
For the most part my macro file runs fine and always has but it seems I can no longer add commands. I've added a spell page to my book and wanted to macro the command. At first i copy and pasted the previous spell and then just changed the numbers and received this error. Then I though C&P isn't good so I physically typed it to no avail. Again this has happened anytime I've gone in to modify a previously working macro and have always had to revert back to a back up to get the specific macro working again. I will list the macro at the end
• MACRO Unexpected closing brace encountered '}'
FILE "omega" LINE 994
• MACRO Unexpected closing brace encountered '}'
FILE "omega" LINE 999
I have always used TextEdit. Since the fail I then went to MS word and saved out as plain text file with the same above results.
Please help...
Here is a still working macro
"p20h"
{
"/equip Phantasmonomicon\r"
"/use 20 /hide\r"
"/equip moonstone\r"
}
"p21"
{
"/equip Phantasmonomicon\r"
"/use 21\r"
"/equip moonstone\r"
}
"p21h"
{
"/equip Phantasmonomicon\r"
"/use 21 /hide\r"
"/equip moonstone\r"
}
"p22"
{
"/equip Phantasmonomicon\r"
"/use 22\r"
"/equip moonstone\r"
Here is the broken line
“p33”
{
“/equip Phantasmonomicon\r”
“/use 33\r”
“/equip moonstone\r”
}
“p33h”
{
“/equip Phantasmonomicon\r”
“/use 33 /hide\r”
“equip moonstone\r”
}
I am baffled... Is there a special or specific text editor i should be using instead?
Thanks in advance
For the most part my macro file runs fine and always has but it seems I can no longer add commands. I've added a spell page to my book and wanted to macro the command. At first i copy and pasted the previous spell and then just changed the numbers and received this error. Then I though C&P isn't good so I physically typed it to no avail. Again this has happened anytime I've gone in to modify a previously working macro and have always had to revert back to a back up to get the specific macro working again. I will list the macro at the end
• MACRO Unexpected closing brace encountered '}'
FILE "omega" LINE 994
• MACRO Unexpected closing brace encountered '}'
FILE "omega" LINE 999
I have always used TextEdit. Since the fail I then went to MS word and saved out as plain text file with the same above results.
Please help...
Here is a still working macro
"p20h"
{
"/equip Phantasmonomicon\r"
"/use 20 /hide\r"
"/equip moonstone\r"
}
"p21"
{
"/equip Phantasmonomicon\r"
"/use 21\r"
"/equip moonstone\r"
}
"p21h"
{
"/equip Phantasmonomicon\r"
"/use 21 /hide\r"
"/equip moonstone\r"
}
"p22"
{
"/equip Phantasmonomicon\r"
"/use 22\r"
"/equip moonstone\r"
Here is the broken line
“p33”
{
“/equip Phantasmonomicon\r”
“/use 33\r”
“/equip moonstone\r”
}
“p33h”
{
“/equip Phantasmonomicon\r”
“/use 33 /hide\r”
“equip moonstone\r”
}
I am baffled... Is there a special or specific text editor i should be using instead?
Thanks in advance