Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[DMgenie] Standard Item Object

3 views
Skip to first unread message

pasto...@sbcglobal.net

unread,
Jan 20, 2017, 7:01:03 PM1/20/17
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?

0 new messages