idea from here: http://herc.ws/board/topic/3257-aegis-showscript-command/?p=21640
*showscrpt("<message>"{,<GID>});
This script will display the output message on top of the units Head If an optional GID is specified, msg will be shown on specified units head. if GID isn't specified or target not exist, msg will be shown on the invoking character if GID isn't specified and there is no player attached, msg will be shown on npc's head
example:
prontera,120,120,2 script bla 120,{ showscript("plz input an online player's name!"); input .@name$; .@tgid = getcharid(3,.@name$); showscript("this is a test!",.@tgid); close;OnInit: showscript "I m npc bla";end;}
download:
showscript.c