Mic
Member
Working publish 57, thanks to Quasar , problem with finding the proper wording for a script. Anyone know the proper code expression for player mobiles, Max Resistance value. Trying to make an item ( which is consumed after use ), that changes the players Total max Resistance value permanently by +1.
I've tried: MaxResistBonus, MaxResistanceType.Energy, MaxResistance.Physical. Uggg wish I could do this at home, currently using my phone to try script out, not fun at all.
So far I think is super close " mobile.GetMaxResistance(ResistanceType Physical) += 1; " but now I get
syntax error ',' expected error I get now. Feel like this is super close, errrr
I've tried: MaxResistBonus, MaxResistanceType.Energy, MaxResistance.Physical. Uggg wish I could do this at home, currently using my phone to try script out, not fun at all.
Post automatically merged:
So far I think is super close " mobile.GetMaxResistance(ResistanceType Physical) += 1; " but now I get
syntax error ',' expected error I get now. Feel like this is super close, errrr
Attachments
Last edited: