Translations of this page:
  • English (USA)

This is an old revision of the document!


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));
    }
}

howtos/how_do_you_use_magickeys.1235079515.txt.gz · Last modified: 2009/02/19 22:38 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