A add44 New Member Joined Mar 5, 2014 Messages 12 Mar 5, 2014 #1 My dear friends I need a condition judgment - when I have 1000 gold COINS in the parcel <If Condition="Me.HasMoney >= 10000000)" > this is wrong... thx
My dear friends I need a condition judgment - when I have 1000 gold COINS in the parcel <If Condition="Me.HasMoney >= 10000000)" > this is wrong... thx
EricPhone Active Member Joined Feb 17, 2013 Messages 5,665 Mar 5, 2014 #2 you can try this <If Condition="Me.Gold >= 10000000">
EricPhone Active Member Joined Feb 17, 2013 Messages 5,665 Mar 6, 2014 #4 cos you should change the num to 1000 like this <If Condition="Me.Gold >= 1000">
A add44 New Member Joined Mar 5, 2014 Messages 12 Mar 6, 2014 #5 EricPhone said: cos you should change the num to 1000 like this <If Condition="Me.Gold >= 1000"> Click to expand... thx
EricPhone said: cos you should change the num to 1000 like this <If Condition="Me.Gold >= 1000"> Click to expand... thx