7 lines
172 B
Lua
7 lines
172 B
Lua
return LoadFont("Common Normal") .. {
|
|
Text="Your feet will be used to play!";
|
|
BeginCommand=function(self)
|
|
self:AddAttribute(5, {Length= 4, Diffuse=Color.Red})
|
|
end;
|
|
};
|