Ranking
View Poll Results: Should this be a script
Yes
32 Votes / 82.05%
No
7 Votes / 17.95%
Voters: 39. You may not vote on this poll
View Poll Results

Original Post
[REQ] Random vs Random Script
Could someone possibly make a script where its just like the random.lua script, but on both Uke AND Tori. It would be epic watching them duel it out on GoldPoeple or watching them try to survive on Crazycars. It wouldn't be that hard would it?
<Crooked> I'd say spartan, cause if he's tough enough to digest ungodly amounts of alcohol he clearly has the best body
-- random.lua
-- Joint state randomiser

local function joint_random()
    for b = 0,1 do
        for k,v in pairs(JOINTS) do
            set_joint_state(b, v, math.random(1,4))
        end
        set_grip_info(b, BODYPARTS.L_HAND, math.random(0,2))
        set_grip_info(b, BODYPARTS.R_HAND, math.random(0,2))
    end
end

local function start()
    run_cmd("echo random.lua")
    joint_random()
end
start()

add_hook("new_game", "random_lua", start)
add_hook("enter_freeze", "random_lua", joint_random)
copy and paste that into a notepad and save as random_both.lua or something like that :P
:D
That doesn't work for me, but I'm sure I've seen that script before.
If you suddenly get :Pwned by a green beast, and you don't know what hit you, you know it's me!
erm... it doesnt work for you?

works fine for me.
:D
twould indeed be epic
Deadsy: the day i have Wendy's the first time, is the day the weather goes apeshit
Grimes: Inb4 Al Gore gets a UN resolution banning you from Wendy's.
Thank you so much! Just for the hell of it, im send Blam 25 tcs.

EDIT: FOR THOSE WHO ARE HAVING TROUBLE, DO NOT PUT A SPACE WHEN YOU SAVE TEH SCIRT!
Last edited by Spartan094; Aug 24, 2008 at 04:05 AM.
<Crooked> I'd say spartan, cause if he's tough enough to digest ungodly amounts of alcohol he clearly has the best body
lol i love this script, when u set the tf to 1 then u watch the replay uke and tori look mental...
Attached Files
MentalPeople.rpl (325 Bytes, 38 views)
[T] | ORMO
[20:18] <@Cevius> Like semen?
Wow.
Script looks awesome, just look at this replay!
I clicked Shift + Space all the time.
Attached Files
0paralyzed(script).rpl (274 Bytes, 26 views)