Scripting Help

phon1xphon1x Join Date: 2003-02-02 Member: 12972Members
how can i do thet when i click on evolve into gorg or smth i will auto say smth?
and how can bind thet if i click on P then i will auto say bla bla and turn on and off my flashlight twice?
10x <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

Comments

  • Big_Game_HunterBig_Game_Hunter Join Date: 2002-12-11 Member: 10539Members, Constellation
    edited February 2003
    I am not sure you can bind clicks in the popupmenu to aliases. If you want to bind those evolves or radio's into an alias then you just have use the "say" command, like:

    alias "evolvegorge" "impulse 114; say 'Going gorge...'"

    And for the flashlight:

    alias "followme" "impulse 7; say 'Follow me'; impulse 100; longwait; impulse 100; longwait; impulse 100; longwait; impulse 100"
    alias "longwait" "wait; wait; wait; wait; wait"

    That's still very quick flashlight flashes so add more "wait"s as necessary.
Sign In or Register to comment.