Poll: so, what happens when you hit the number?
You do not have permission to vote in this poll.
CLOSE tha thread, I've had enough already, argh; I'm exhausted and my family needs me
17.14%
6 17.14%
CONTINUE counting (you won't even notice when the number is magically and silently increased; I've heard there are ninjas and a magician in the mod-team)
31.43%
11 31.43%
monetary PRICES; no, just kidding, who would give those, seriously now? maybe at least a single small forum award? you'd say
20.00%
7 20.00%
gather in a MEETING point and resurrect the lfe-ghosts by using the darkest, blackest magic there is
31.43%
11 31.43%
Total 35 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 26 Vote(s) - 3.96 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Count Thread
65
isnt that a bit... big? :P
Reply
Thanks given by:
64
Yep but when scaled down it makes a nice treategg.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by:
63 i see^^

can you help me with this:
it always displays 0...
Reply
Thanks given by:
6261 Yep.
Its because wd_input_query_get_text() returns a string.
And random(string) = 0.
Imstead use:
    GML-Code:
if wd_input_query('Min','Enter minimum.','1'){
min = real(string_digits(wd_input_query_get_text()))
}else{
game_end()
}


As real turns a string into a real number.
Edit: :ninja:'d.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by: Bamboori
60
whats wrong this time? :P
Reply
Thanks given by:
58
Stay out. This is egg business.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by:
58 OMG... it was 74 a few... hours ago
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by:
57 and it will keep lowering Demon

btw: someone else, answer me! please^^
Reply
Thanks given by:
56
The other egg saved the daycode.
    GML-Code:
if wd_input_query('min','enter minimum.','1'){
min = real(string_digits(wd_input_query_get_text()))
}else{
game_end()
exit
}
if wd_input_query('max','enter maximum.','10'){
max = real(string_digits(wd_input_query_get_text()))
}else{
game_end()
exit
}
globalvar rand;
rand = random(max-min)+min


How many eggs have we got?
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by: Bamboori
55 :P

thx dude, you will get a big credit since you made most of the tool :P
Reply
Thanks given by:




Users browsing this thread: 6 Guest(s)