![]() |
Names Above NPCs - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Names Above NPCs (/showthread.php?tid=44) |
Names Above NPCs - Tutorial Bot - 01-06-2006 Author: Aydan Difficulty: 2/5 See Also: http://www.key2heaven.net/ms/forums/viewtopic.php?t=82 This is a tutorial on how to add names above an NPC. :: CLIENT SIDE :: In modGameLogic, at the bottom add: Code: Sub BltMapNPCName(ByVal Index As Long) Code: ' Lock the backbuffer so we can draw text and names Code: 'Draw NPC Names |