Translations of this page:
  • English (USA)

How to use the Magic-Keys feature

default
{
    state_entry()
    {
        llSay(0, "Hello, Avatar!");
    }

    touch_start(integer total_number)
    {
        string myCMD = "test";
        string MagicKey = "geheim";
        string BotKey = "0f1015a9-a7d5-4c40-99c8-ea6d548597e9";
        
        llInstantMessage(BotKey, myCMD + "^" + llMD5String(myCMD + MagicKey,0));
    }
}

To enable the magic-key “geheim” from this example, insert the word into the file which opens with command “edit magickeys”, dont forget to reload!

howtos/how_do_you_use_magickeys.txt · Last modified: 2009/02/19 22:39 by eves
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0