I am making a macro for giving certain supply for my bot then changechar and relog
but when it comes to this 1 character it always goto :end
and so i realized that his name has a pound key "#" on it.,
the question is how can i make it recognized by the kore?
ive tried putting backslash on it, but it dosent work or ive done it wrong?
heres the name
I Am #4
hope ive explained it well,
just ask if there's any clarification
thanks in advance and More Power!
Macro does not recognize the name
Moderator: Moderators
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Macro does not recognize the name
Nothing wrong with kore, it's macro plugin's problem. You can remove comments stripping from it.deeh16 wrote:the question is how can i make it recognized by the kore?
-
- Noob
- Posts: 19
- Joined: 14 Dec 2008, 06:07
- Noob?: Yes
Re: Macro does not recognize the name
is theres any other solution other than removing the comments strip?EternalHarvest wrote:Nothing wrong with kore, it's macro plugin's problem. You can remove comments stripping from it.deeh16 wrote:the question is how can i make it recognized by the kore?
if non, then how will i do it? removing the comment stip?
-
- Halfway to Eternity
- Posts: 398
- Joined: 08 Jun 2012, 15:42
- Noob?: No
- Location: Brazil
Re: Macro does not recognize the name
[EN]
I'm not sure... Try putting quotes (" ")
[PT-BR]
Não tenho certeza... Tente colocando entre aspas (" ")
I'm not sure... Try putting quotes (" ")
[PT-BR]
Não tenho certeza... Tente colocando entre aspas (" ")
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Macro does not recognize the name
What about checking first?KeplerBR wrote:I'm not sure...
Code: Select all
while (<$fp>) {
$. == 1 && s/^\x{FEFF}//; # utf bom
s/(.*)[\s\t]+#.*$/$1/; # remove last comments