Files

11 lines
216 B
Lua
Raw Permalink Normal View History

2011-03-17 01:47:30 -04:00
local gc = Var("GameCommand");
local t = Def.ActorFrame {};
t[#t+1] = LoadFont("Common Normal") .. {
Text=gc:GetName();
};
t.GainFocusCommand=cmd(visible,true);
t.LoseFocusCommand=cmd(visible,false);
2010-01-26 21:00:30 -06:00
return t;