Difference between revisions of "GetItemCount"

22 bytes removed ,  15:08, 10 June 2006
m
no edit summary
imported>JOG
m
imported>JOG
m
Line 17: Line 17:
   
   
  set MyItem to ArenaAkaviriLongSword
  set MyItem to ArenaAkaviriLongSword
  if player.GetItemCount MyItem > 0
  if player.GetItemCount MyItem == 0
   message "Hail, owner of the Akaviri Longsword"
   player.additem MyItem 1
  endif
  endif
   
   
Anonymous user