Posts posted by oTroll
-
-
-
-
-
-
-
Veteran color/rank/PiP should stay.
Just like you said this site would fail without script writers, wouldn't this site lose its taste without appreciating veterans who supported OSBot from the beginning?
I personally believe that all staff should have their own rank PiP and Color, as well as a symbol. It would definitely distinguish them from the other members of the community. The only problem is the huge amount of staff ranks there are: Trial Mod, Mod, Super Mod, Admin.
I also believe VIP and Sponsor should have their own rank PiP and Color too, basically agreeing with what you said.
What I urge the most is to have a developer PiP and explicit color. When a new member wants to join this forum, they mostly likely want to know who is in charge quickly or developed the program.
TL;DR
Too many staff positions, veteran stuff stays, developer PiP possibly
-
-
Edited by oTroll
People say God is watching over us at all times, but then why does God watch over us while we are suffering or in pain? Wouldn't a "father" (apparently God made the first man) want the best of his children?
I personally do not believe in God but I do believe in the Supernatural such as ghosts, demons, spirits, souls, etc.
-
-
-
-
:L nice
This is a neat tool to play around with. it really shows the difference in efficiency
http://qiao.github.io/PathFinding.js/visual/
What you had initially somewhat resembled a Depth First Search (DFS). Those are usually good for tree spanning. Unfortunatly that tool can't demonstrate DFS
good luck with it
I was playing around with the tool, it took A* 1ms to find the path I created, but 14 ms for Dijkstra O_O
-
-
Done it before, I'd do it again.
what did the girl look like? and which hole did you take? from a scale from 1 to 10, what was your enjoyment level? did you perform your organism inside the girl (guy if you are kinky) or outside? what was your feeling after? did you look at the other guys dickpenisballs? where did you do it? how long did you take? would you have rather preferred doing it with another girl/guy?
-
-
-
-
-
-
-
-
-
-


Paint. Hows does it work?
in Scripting Help
"this" refers to a parameter or a local variable that has the same name or is similar to another variable (I think)
// Global Variable
int Vara = 0;
public void DoThis(int Vara) {
this.Vara = Vara; // Grabs the parameter and sets it to the global variable
}