• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Need help

    Discussion in '中文综合讨论区' started by add44, Mar 5, 2014.

    1. add44

      add44 New Member

      Joined:
      Mar 5, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      My dear friends
      I need a condition judgment - when I have 1000 gold COINS in the parcel

      <If Condition="Me.HasMoney &gt;= 10000000)" > this is wrong...

      thx
       
    2. EricPhone

      EricPhone Moderator Moderator

      Joined:
      Feb 17, 2013
      Messages:
      5,665
      Likes Received:
      3
      Trophy Points:
      38
      you can try this
      <If Condition="Me.Gold &gt;= 10000000">
       
    3. add44

      add44 New Member

      Joined:
      Mar 5, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      I'm sorry, but still can't use
       
    4. EricPhone

      EricPhone Moderator Moderator

      Joined:
      Feb 17, 2013
      Messages:
      5,665
      Likes Received:
      3
      Trophy Points:
      38
      cos you should change the num to 1000
      like this
      <If Condition="Me.Gold &gt;= 1000">
       
    5. add44

      add44 New Member

      Joined:
      Mar 5, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      thx
       

    Share This Page