pasto...@sbcglobal.net
unread,Jan 20, 2017, 7:01:03 PM1/20/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've been trying to use the func.FindStdItem function, and getting nowhere. ?Does that not actually work?
Just to test, i did this:
Public Sub ActionButton22()
Dim Jim
Set Jim = func.FindStdItem ("Backpack")
if Jim is Nothing then
func.AddToCombatLog ("Nothing")
else
func.AddToCombatLog (Jim.Name)
End if
End Sub
Does the function not work within a button subroutine or something?