I've taken to writing some scripts again and have a few questions. I'll invenvitably have more so will keep them all here.
First question:
Is there a way to determine if a Pawn/Actor is a named mob?
${Pawn[1].IsNamed} - would be fantastic
Second Question:
There is an .IsVisible appendage to VGUI but I can't figure out how to use it. I want to know if my character sheet/inventory is visible or not.
${VGUI[inventory].IsVisible} - would be great
First question:
Is there a way to determine if a Pawn/Actor is a named mob?
${Pawn[1].IsNamed} - would be fantastic
Second Question:
There is an .IsVisible appendage to VGUI but I can't figure out how to use it. I want to know if my character sheet/inventory is visible or not.
${VGUI[inventory].IsVisible} - would be great