Jump to content

Question about GetName and Multiple Strings


RedxYeti

Recommended Posts

 

No. But you could do:

String myName = GetActorReference().GetLeveledActorBase().GetName()
If myName == "Bob" || myName == "Joe" || myName == "Bill"
  Debug.Notification("My name is "+myName)
EndIf

thank you, that should save some time. :thumbsup:

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...