View Single Post
  #1  
Old 03-16-2009, 12:17 AM
yajine yajine is offline
Registered Member
 
Join Date: Mar 2009
Posts: 2
Question how can i get the number of crystals?

i had a question yesterday,when i use this function as follow
Code:
     function get_crystal_count()
         return Logic.hero_lu_item("crystal","count")
     end
it returns 0,but the hero has 6,
i have check the return type is number,what's the problem?
Reply With Quote