#How do I get the count of picked items?

1 messages · Page 1 of 1 (latest)

gray shuttle
#

I want to have a number of the stack size that the player picked up, something like this:

on player pickup of golden nugget:
    send number of event-item to console```
Is there any way?
little scaffold
#

use the item amount expression

gray shuttle
#

Like "send item amount of event-item to console"?

#

Oh, it compiles!

#

wait let me try