|
bebamedo Novice
Joined: 02 Aug 2006 Posts: 32
|
Posted: Tue Apr 22, 2008 6:35 pm
problems with importing |
A question about importing.
I have a notpade file with healing system in it. Now when i import it, for some reason 4 folders do not want to import. If i copy those 4 folders in new folder and import from there they import without problems. Anyone has idea why? |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Apr 22, 2008 8:13 pm |
What do you mean by "copy those 4 folders in a new folder"?
We can't really help unless we see the code in question, so we can try importing it ourselves. |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Apr 23, 2008 1:30 pm |
A better start would be to post the code, for your system, or at least the bits you are having trouble with.
|
|
_________________ Asati di tempari! |
|
|
|
bebamedo Novice
Joined: 02 Aug 2006 Posts: 32
|
Posted: Wed Apr 23, 2008 3:08 pm |
here are 3 of those folders
#CLASS {Advanced_Healing/Paranoia}
#TRIGGER {^paranoid.$} {#IF ((@illusiondef = 0) AND (@diaggnosing)) {#VAR Advanced_Healing/Affliction/wormwood/Paranoia 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^Unthinking paranoia overcomes you.$} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/wormwood/Paranoia 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^Hatred burns in your eyes - you realize that your enemies} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/wormwood/Paranoia 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#CLASS 0
#CLASS {Advanced_Healing/Peaced}
#TRIGGER {^Your mind softens as you feel your entire being filled with a deep inner peace} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/galingale/Peace 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^feeling unnaturally tranquil.$} {#IF ((@illusiondef = 0) AND (@diaggnosing)) {#VAR Advanced_Healing/Affliction/galingale/Peace 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#CLASS 0
#CLASS {Advanced_Healing/Pacification}
#TRIGGER {^Your will to harm anything leaves you.$} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/galingale/Pacifism 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^A feeling of peace and well being overcomes you.} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/galingale/Pacifism 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^pacified.$} {#IF ((@illusiondef = 0) AND (@diaggnosing)) {#VAR Advanced_Healing/Affliction/galingale/Pacifism 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^gazes fondly at you, eyes shining.} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/galingale/Pacifism 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^Your heart is filled with divine love, violence is abhorrent to you.} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/galingale/Pacifism 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#TRIGGER {^A sense of deep inner calm descends on you} {#IF (@illusiondef = 0) {#VAR Advanced_Healing/Affliction/galingale/Pacifism 1;#ADD Advanced_Healing/affcounters/herbafflictions 1}}
#CLASS 0
now if i copy this in new notepad file and import, there are no problems. If i import it as part of the large file, they don't want to import. And that file is a bit too big to be copied as a post. |
|
|
|
bebamedo Novice
Joined: 02 Aug 2006 Posts: 32
|
Posted: Wed Apr 23, 2008 3:40 pm |
nevermind, i got the mistake. One abundant { in lines above. Thanks for interest though
|
|
|
|
|
|