It's the exact same thing, and I took two tries to get mine right! (stupid $curweapon vs (curweapon)).
Last thing for tonight, telehaha! Telebots is a command that teleports a bot to you, and it will always be the same bot. Put it in a recursive alias for some fun.
Last thing for tonight, telehaha! Telebots is a command that teleports a bot to you, and it will always be the same bot. Put it in a recursive alias for some fun.
[SELECT ALL] Code:
telehahable = 1
telehaha = [telehahable = 1; if (= $arg1 1) [telebot; sleep 1 [if $telehahable [telehaha 1]]] [ telehahable = 0 ]]
docident [telehaha] [Keep a bot in front of you using the telebot command in a recursive alias. Only works in singleplayer modes.]
docargument [B] [The telehaha state] [Indicates whether telehaha should be enabled (1) or disabled (0).]