Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display NPC Names
#9
???

Code:
'Draw NPC Names
                For i = LBound(MapNpc) To UBound(MapNpc)
                    If MapNpc(i).Num > 0 And CurX = MapNpc(i).x And CurY = MapNpc(i).y Then
                        Call BltNPCName(i)
                    End If
                Next i
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)