Ajneb97 / ConditionalEvents

MIT License
22 stars 12 forks source link

Math issue #61

Open RangeBanenge opened 6 months ago

RangeBanenge commented 6 months ago

image

Sorry, I understand that this is a question for its developers, but at the moment I don’t have access to write to them, maybe you know how to remove these 3 zeros?

RangeBanenge commented 6 months ago

%math_{checkitem_amount_mat:COPPER_INGOT}+1%

RangeBanenge commented 6 months ago

and I also have a question about how to add two items to conditions, this is what I mean:

Ajneb97 commented 6 months ago

I think you must use %math0:0% %math0:0{checkitem_amount_mat:COPPER_INGOT}+1%

What do you mean by two items? The %item% variable can't be two items at the same time. Maybe what you want is the 'or' conditional. https://ajneb97.gitbook.io/conditionalevents/conditions

RangeBanenge commented 6 months ago

I need to be able to add several items to conditions in the documentation I didn’t find a word

RangeBanenge commented 6 months ago

I think you must use %math0:0% %math0:0{checkitem_amount_mat:COPPER_INGOT}+1%

What do you mean by two items? The %item% variable can't be two items at the same time. Maybe what you want is the 'or' conditional. https://ajneb97.gitbook.io/conditionalevents/conditions

Thanks