findItem

fun findItem(itemName: String, includeInvisibleItems: Boolean = false): Item?

Find an return an item from the specified itemName. When includeInvisibleItems is set to true even Item that have been marked as invisible to the player will be inspected. If the Character does not have the Item then null wil be returned.