Toribash
View Poll Results:
0 Votes / 0%
Voters: 0. You may not vote on this poll
View Poll Results

Originally Posted by cadbury69 View Post
thanks for inviting me to the clan, i can make some textures so if anyone wants any just pm me

make me a flame
RedPanda won't fuck his dog
public class frmFucksGiven

Private sub frmFucksgiven_load

dim fucksgiven as object
dim boring as boolean

if boring = true then
fucksgiven = "0 fucks given"
else
boring = true
end if
end sub
end class

I call this "whenever kookoo speaks-o-meter"

Oh and hi cadbury. welcome to the clan
Life's not a waste of time and time's not a waste of life so let's stop wasting time, get wasted and have the time of our lives - Mr Worldwide 3:18
Originally Posted by RedPanda View Post
public class frmFucksGiven

Private sub frmFucksgiven_load

dim fucksgiven as object
dim boring as boolean

if boring = true then
fucksgiven = "0 fucks given"
else
boring = true
end if
end sub
end class

I call this "whenever kookoo speaks-o-meter"

Oh and hi cadbury. welcome to the clan

Yeh, I'm programming in a different language.
RedPanda won't fuck his dog
Originally Posted by protonitron View Post
Gibrsen. You can't afford one, so having a texture made for the flame would be pointless. You can't apply a texture to a flame you don't have.
-----
Panda, since you have mad program haxing wizard skills (can you smell the hyperbole?), could look into how to make a clan bot for betting server commands?

That would require more of a script but as I've mentioned all it takes is for me to learn lua scripting then I could crack that shit up in a week. I could have auto replies as a definite but having auto cancel bets and nudgeline remembering require a shit tonne of variables. I'll give it a shot though, like I said it will most likely be a script since that's the best way to do auto replies.
Life's not a waste of time and time's not a waste of life so let's stop wasting time, get wasted and have the time of our lives - Mr Worldwide 3:18
Originally Posted by protonitron View Post
Awesome. I didn't realise you would have to learn a whole new script for it. How long would it take to puzzle out automatically cancelling bets?
-----
And boobboy, I can recolour my armband texture for you although I might get the colour wrong.

I know hampa released most of the controls for the game such as the chat etc but I can salvage the bet reader script from the belt.lua as that basically does most of it. All I have to do is have it check if one of them is 0 <420 then /cancelbets
Life's not a waste of time and time's not a waste of life so let's stop wasting time, get wasted and have the time of our lives - Mr Worldwide 3:18
Ok so I'm a bit stuck on finding what the chat as a variable/control is called. I've tried using other scripts that access the chat and read it but I've tried most parts. Either that or the script turns off once it's used.


-----------------------------------------------------------------------------------------------------------
okay so it turns out toribash has a complete folder of functions it uses. The chat is called "console", what kind of psychopath thinks naming a chat as console is a good idea.

It's still a bit buggy (the code doesn't work completely but you can have it give out the message when you look for strings in general so maybe have it look for a name then nudge, not really sure)

add_hook("console", "chatlog", function(message)

if (console=="!nudge") then
echo ("Nudges are 750tc to Decapprize, 500 tc to protonitron or 1000 selfbet")

end
end
)
You'll have to change print to echo as echo only displays the message to you.
---------------------------------------------------------------------------------------------------------------
print doesn't work for toribash. fack. I could probably modify the belt script and have it output whether there are counters or if there's a 10% difference and just have it say "cancelbets" near the chat.
Last edited by RedPanda; Dec 4, 2014 at 01:15 AM.
Life's not a waste of time and time's not a waste of life so let's stop wasting time, get wasted and have the time of our lives - Mr Worldwide 3:18
Actually I don't need any flames. But can you make a texture that says "sugar glider" on the bicep? But with out the quotation marks.
Hello iKas. What brings you here?
Life's not a waste of time and time's not a waste of life so let's stop wasting time, get wasted and have the time of our lives - Mr Worldwide 3:18
Originally Posted by RedPanda View Post
Ok so I'm a bit stuck on finding what the chat as a variable/control is called. I've tried using other scripts that access the chat and read it but I've tried most parts. Either that or the script turns off once it's used.


-----------------------------------------------------------------------------------------------------------
okay so it turns out toribash has a complete folder of functions it uses. The chat is called "console", what kind of psychopath thinks naming a chat as console is a good idea.

It's still a bit buggy (the code doesn't work completely but you can have it give out the message when you look for strings in general so maybe have it look for a name then nudge, not really sure)

add_hook("console", "chatlog", function(message)

if (console=="!nudge") then
echo ("Nudges are 750tc to Decapprize, 500 tc to protonitron or 1000 selfbet")

end
end
)
You'll have to change print to echo as echo only displays the message to you.
---------------------------------------------------------------------------------------------------------------
print doesn't work for toribash. fack. I could probably modify the belt script and have it output whether there are counters or if there's a 10% difference and just have it say "cancelbets" near the chat.

public void nudge() {
    //or if there is "isTrue"
    if(program1 == true) {
        //use what command it states to put it somewhere, like cp or echo etc. on ()
        ()("Text");
    }
}
//maybe add boolean to () in program1()?
public void program1() {
    //make a looking-for program, which tries to find "!Nudge" or whatever
    //player is just substitute for what the true name is
    //execute is the !Nudge command thing
    if(player execute) {
        //make the program == true at ()
        ();
    }
}
RedPanda won't fuck his dog