home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _17D225F3636A4534B741F3F0A092CB0A < prev    next >
Encoding:
Text File  |  2004-08-17  |  1.1 KB  |  88 lines

  1. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  2.  
  3. UIElem("ID_TEXT")
  4. {
  5.     Default()
  6.     {
  7.         Text("")
  8.     }
  9. }
  10.  
  11. UIElem("ID_TEXT_CAR")
  12. {
  13.     Default()
  14.     {
  15.         Text("&RewardCashGenericInfo& &#CurrReward.m_sItem#_NAME&")
  16.     }
  17. }
  18.  
  19. UIElem("ID_REWARD_ICON")
  20. {
  21.     Default()
  22.     {
  23.         Visible(0)
  24.     }
  25. }
  26.  
  27. UIElem("ID_REWARD_ICON_CAR")
  28. {
  29.     Default()
  30.     {
  31.         Visible(1)
  32.         TextureID("#CurrRewardCar.m_sDefaultMenuTextureId#")
  33.     }
  34. }
  35.  
  36. UIElem("ID_REWARDS_TITLE")
  37. {
  38.     OnCondition("LastTakenPlace == 1")
  39.     {
  40.         Visible(1)    
  41.         Text("&RewardTitlePlace1&")
  42.     }
  43.  
  44.     OnCondition("LastTakenPlace == 2")
  45.     {
  46.         Visible(1)    
  47.         Text("&RewardTitlePlace2&")
  48.     }
  49.  
  50.     OnCondition("LastTakenPlace == 3")
  51.     {
  52.         Visible(1)    
  53.         Text("&RewardTitlePlace3&")
  54.     }
  55.     
  56.     OnCondition("LastTakenPlace == 4")
  57.     {
  58.         Visible(1)    
  59.         Text("&RewardTitlePlace4&")
  60.     }
  61. }
  62.  
  63. UIElem("ID_CUP_ICON")
  64. {
  65.     Default()
  66.     {
  67.         Visible(0)
  68.     }
  69.     
  70.     OnCondition("LastTakenPlace == 1")
  71.     {
  72.         Visible(1)    
  73.         TextureID("Trophy_Gold")
  74.     }
  75.  
  76.     OnCondition("LastTakenPlace == 2")
  77.     {
  78.         Visible(1)    
  79.         TextureID("Trophy_Silver")
  80.     }
  81.  
  82.     OnCondition("LastTakenPlace == 3")
  83.     {
  84.         Visible(1)    
  85.         TextureID("Trophy_Bronze")
  86.     }
  87. }
  88.