interdpth
I've seen things, man.
- 275
- Posts
- 20
- Years
- Seen Jun 8, 2021
I'd prefer seeing the RNG script as assembly and not a script and it'd be able to store the value in lastresult pretty easily.
Then an example script would be like
#define normal 1
#define cloudy 2
etc
call asm $blah 'rng number will be stored here
cmp lastresult normal
if 1 goto normalscript
cmp lastresult cloudy
if 1 goto cloudyscript
etc
I see something like that being much perferable
Then an example script would be like
#define normal 1
#define cloudy 2
etc
call asm $blah 'rng number will be stored here
cmp lastresult normal
if 1 goto normalscript
cmp lastresult cloudy
if 1 goto cloudyscript
etc
I see something like that being much perferable