Why would i delete a comment i'm speaking the truth and you all have a right to your opinion. And btw it's not bad scripting if it works as you said "Fool."
Quote
This part of the code seems pointless, also:
Code:
else { if (%aop == Off) { Halt }
}
Of course it would have to reach that point if it was on there would be no need for it if the script was always on why shut it off if it's already off Now that is pointless lol
Did you ever think i wanted it that way?
And you are right about it being a Learning site but i did not post this to learn i posted it for others and if they want to alter it good for them go for it but otherwise it stays the same.
It works and it does what it is supposed to so why change it and the code isn't "Bad" If it works so don't even say that lol Give me 2 other reasons and no BS Reasons either.
There we go again that is your opinion lol
It may not be Wise but it is useful lol
Every Script is useful
Just like if you posted a script i could find some reason it isn't useful
First off you are saying it isn't wise or useful when you don't even know what the script was made for The script works and it does what it was Requested to do
Again we go back to "People" Wanting others to Script like them
And if you must know this Site was made For "People to post other scripts for people" No where in the rules of the site does it say anything about people not being able to post a script for someone When it comes down to it this is just like a pastebin site Why did you post your scripts on here? For decorations? No you posted them on here so other people can use them look at that a pastebin Pfft people take Hawkee to seriously it's pathetic.
I'd just like to point out the fact that when you said that code above was good code, Jethro_, it will actually op everyone who is NOT on the list when aop is enabled..
That's correct.
The code is scripted like that because of a Request from another server i am on.
I have no need to update it because it matches the specifications of the person who Requested it.
In other words "Don't fix what isn't broken."
And no i did not get %HaltNick form another script.
If it's not Broken why fix it because you want it to look like your scripting?
That's basically what you are saying.
See i like my Codes to be different from others.
u have 3 snippets and 2 of them, contains ''delete this'' ._.
Lol'd
Savage_CL,
If the original script was broken why post it you're supposed to test your snipplets before posting them makes us assume that it was l33t lol if you need help with a script ask one of us instead of posting a script then asking for it to be deleted that is what we are here for is to help you can find me on /server -m Eloni.Lightsys.net:6667 and i'm sure _Teen_ wouldn't mind helping you.
Quote
Quote
Savage_CL
on *:TEXT:DELETE:#Hawkee_should_have_a_delete_button: {
No you should test your scripts before posting them Savage_CL.
I know some scripts dont need that as some work without it the problem is it may only work on certain IRC's wont allow that due to other scripts working against it
Use the BB Code Bro
Makes it easier to notice if you are posting code or not you got the [code] BB COde to post code [Quote] BB Code to Quote Someone [b] To Make your Text Bold [color] To add color [u] for Underlining your text and etc... Just thought you should know Rawee and Sorien Good work for a beginner just think of it as constructive critism i got it alot when i first started scripting and posting on here then again Typo was my mentor and napa182 so they were hard asses but they helped me learn See you on the server btw
Quote
Quote
_Teen_
as SunnyD said, who said to u thats dont need a closing bracket?
look at this example
in this first example i will put a while event
Quote
_Teen_
Quote
alias fd {
var %x = 1
while (%x <= $len($1-)) {
echo -a $left($1,%x)
inc %x
}
alias hhs {
var %x = 1
while (%x <= $1) {
echo -a %x
inc %x
}
}
}
Quote
if we ''think'' in the same way as u think, when we type, /fd test, it will create a loop, then when we type /hhs 10, it will not work, so when we close the bracket, its work fine...
ini file isn't a good idea for blacklist codes else halt is useless and have to be removed orelse that will stop another code works
I always use ini files for stuff like this.
It really dont matter if it's in an ini file or a hash table.
Ini files read the HD every time it is triggered a hash table on the other hand stores them as variables then execute them when triggered via the mirc client itself i agree that it would be a better choice to use a hash table it's just the way i scripted it people are open to edit it and change it for hash tables.
I made this for an #MircScripting room so i didnt have to worry about adding anyone but scriptors to the accesslist and people could test scripts that require op to test.
not yet Napa182 one sec and i will.
i think im forgetting to check for the nicks Napa182 how would i go about it on the script i just posted as a comment?
i just threw this part of the code together on the bottom part Napa182 this is what i want it to do
Code
thats what i want it to be like but i think it needs to check the ini file for the nick and the level how would i go about that napa182 and i still dont think the vars are right on it
cause like i said i want to make it with more access add commands and i want it to sync and read from the ini file to give the right status to the right nick but i cant figure the vars out any suggestions would be appreciated i kinda wanna stay along the lines of the code.
Quote
This part of the code seems pointless, also:
Code:
else { if (%aop == Off) { Halt }
}
Of course it would have to reach that point if it was on there would be no need for it if the script was always on why shut it off if it's already off Now that is pointless lol
Did you ever think i wanted it that way?
And you are right about it being a Learning site but i did not post this to learn i posted it for others and if they want to alter it good for them go for it but otherwise it stays the same.
It works and it does what it is supposed to so why change it and the code isn't "Bad" If it works so don't even say that lol Give me 2 other reasons and no BS Reasons either.