toothpick, The Reader

Member Since

11/18/2020

Last Activity

11/18/2020 10:20 PM

EXP Points

24

Post Count

6

Storygame Count

0

Duel Stats

0 wins / 0 losses

Order

Marauder

Commendations

0

Sup, it's Toothpick.

 

Don't ask.

 

 

' u '

Storygames

random mining game
unpublished

NOT DONE


simple money game
unpublished

Just a simple money game, with some things you can do. Enjoy!


Recent Posts

Diceroll with variables? on 11/18/2020 3:53:13 PM

I've found kind of a rusty basic to build off of:

1D10000 * [(1/2 ^ %MAXCASH) * 10000]

Problem is, I don't know how to type exponents in the script


Diceroll with variables? on 11/18/2020 2:42:04 PM

So... 1d1000 - (1000 - %MAXCASH) or something, right?

Well thanks for your help, I'll try that too


Diceroll with variables? on 11/18/2020 2:08:04 PM

Hey CYS community,

I was just in scripting help, and wondered if you could do a diceroll with variables, for example, if you wanted to make a factory tycoon or something, you could use %WORKERSD%SELLPRICE, so each worker would sell something for an amount between 1 and the max sell price.

Please lmk if this is in the wrong forum or something, or wouldn't be possible, since I'm a relatively new CYSian. Thanks


Diceroll with variables? on 11/18/2020 2:03:19 PM

Okay, I guess it's time to go to the feature wishing well then. Thanks for yours and mizal's help


Diceroll with variables? on 11/18/2020 1:35:17 PM

So... basically there's no way [yet] to do that, right? Oh well then, thanks for your help, I'll try that out.


Diceroll with variables? on 11/18/2020 12:25:58 PM

Hello CYS, 

I was just wondering if it was possible to do a Diceroll with 2 different variables. A game I'm making depends on upgrades. The code I have right now is %MONEYGAIN := %MONEYGAIN + %WORKERSD%MAXCASH .

So if the max cash a worker can get is 4, and I have 5 workers, it would be a random value from 5 to 20. 

How do I make this possible?

 

Thanks