AnsiNote trouble

Posted by Jaffa on Tue 17 Oct 2006 12:53 PM — 5 posts, 21,124 views.

#0
Oookay, I've been having a lot of trouble with this, likely because i don't know what i'm doing, buuut...

What i want, is to have a trigger, that instead of actually doing anything, just brings up text in my window.

What i've tried so far, in the send box are:

AnsiNote (ANSI (32, 1, 43), "what i want to say")
ColourNote ("red" "blue" "what i want to say")

When i send to World, my world is like, wha?
When i send to Output, that whole line turns up in a kinda blue colour, which is't really what i want.

So, if anyone could pretty please help me with this? it's really doing my head in. It all seems so simple in the help files!

Thankyou
Australia Forum Administrator #1
Do this:


ColourNote ("red", "blue", "what i want to say")


Note the commas.

And, when you do the trigger make the "Send To" field (a combo-box) be "script".

That way it sends the script command to the script engine.
#2
yup yup, that would be what i was doing wrong. Thanks!
#3
okay, another problem!

The whole reason i was trying to get this to work, was for a simple curing system for achaea. What i wanted was, after being afflicted, have the alias for the cure come up, and then cure. But, i've been told this is a pretty shitty way to try to cure stuff, and way too slow, so if anyone has any ideas on something simple i could do instead, that would be much appreciated

Thankyou
USA #4
If it works for you, then it's not shitty hmm?

Asides from that, I offer a free open source system for Achaea at <http://tsunami.gautama.googlepages.com/>. If you want to build your own system, looking through that may be a start. However, it does require at least basic coding skills.