Author Topic: Event_maxnum [Half solved.]  (Read 2763 times)

Just an event addon that puts the minimum to max number count allowed

ex: (OnActivate)-(setprintmax)-[X][X]

« Last Edit: April 08, 2018, 03:31:50 PM by YouKnowWhoAgain »

The maximum number count aloud is already 9?

setPrintCount 9

There wouldn't be a reliable way to detect multiple digits.

setPrintCount 9

There wouldn't be a reliable way to detect multiple digits.
The maximum number count aloud is already 9?

I'll make another example.

Say if the printcount is set to reache a number like: '6'

It would go as: 1, 2, 3, 4, 5, 6, Then it would repeat like an overflow with a typical print count (as in 1 to 9)

Ohhh. That's what you mean.

I'm only really keen on this since I just want to make a clock in a matter of under 5 Minutes.



https://forum.blockland.us/index.php?topic=248239.0
I'll experiment with that, I'll come back with an update.

edit: DL Link is broken. Any re-upload?

edit2: Found it, this is good enough for me. Thank you Swat. But try and find the file if you can.
http://orbs.daprogs.com/rtb/forum.returntoblockland.com/dlm/viewFile5de2.html?id=4942
« Last Edit: April 08, 2018, 03:32:19 PM by YouKnowWhoAgain »

Update, OnPrintCountReachSix Isn't what I expected. I checked the server.cs for it and came up with
some short lines of code and all that.

Yah I as trying to find that but couldn't locate it. I found the other one and it seemed to do the same thing but with a bit more flexibility.

Yah I as trying to find that but couldn't locate it. I found the other one and it seemed to do the same thing but with a bit more flexibility.

Another thing about it, It didn't stop at 6. It just activates events once it reaches 6.

Another thing about it, It didn't stop at 6. It just activates events once it reaches 6.
Yeah, you have to do onPrintCountReachSix > Self > SetPrintCount > 0

There's a way of doing this kind of stuff through events, but it is very messy and requires VCE.

Another thing about it, It didn't stop at 6. It just activates events once it reaches 6.
What, it's broke-
Yeah, you have to do onPrintCountReachSix > Self > SetPrintCount > 0
Wait you didn't do this?