Search found 6 matches

by BellDynJinn
Fri Nov 26, 2021 10:47 am
Forum: Flowcode V8
Topic: DND dice roller
Replies: 9
Views: 4628

Re: DND dice roller

That is because you are calling a user macro (D4) and expecting a return value. Within the call user macro, you must specify .Return The . means it's a local variable. Just select the Locals icon and drag Return or just type it in. Your calculation should look like this:Use Return.png that seems to...
by BellDynJinn
Thu Nov 25, 2021 10:03 am
Forum: Flowcode V8
Topic: DND dice roller
Replies: 9
Views: 4628

Re: DND dice roller

ok i will try that later today when i have access to flowcode.
by BellDynJinn
Wed Nov 24, 2021 1:55 pm
Forum: Flowcode V8
Topic: DND dice roller
Replies: 9
Views: 4628

Re: DND dice roller

heres the updated file
by BellDynJinn
Wed Nov 24, 2021 1:54 pm
Forum: Flowcode V8
Topic: DND dice roller
Replies: 9
Views: 4628

Re: DND dice roller

when i have tried, in the past and just now, to do it through the calculation method(or the way you have suggested) it always has 0 as the result.
by BellDynJinn
Sun Nov 21, 2021 7:08 pm
Forum: Flowcode V8
Topic: DND dice roller
Replies: 9
Views: 4628

Re: DND dice roller

its the Random function itself that isnt working, i cant get it to generate a number other than 0.
by BellDynJinn
Fri Nov 19, 2021 11:05 am
Forum: Flowcode V8
Topic: DND dice roller
Replies: 9
Views: 4628

DND dice roller

Hi, i am programming a DND dice roller for a college project but can't seem to get the random number generator part, used to simulate a dice roll, to work. could someone take a look at what i have done so far and try to get it to work. i will be working on this while i wait to see if anyone can help...