Files
itgmania212121/Themes/default/BGAnimations/ScreenGameInformation underlay/default.lua
T

10 lines
256 B
Lua
Raw Normal View History

2010-01-26 21:00:30 -06:00
local t = Def.ActorFrame {};
--[[ t[#t+1] = Def.Actor {
OnCommand=function(self)
local sTarget = PROFILEMAN:GetProfileDir('ProfileSlot_Machine');
--
WriteFile(sTarget .. "Jason.txt","Charlie is a magical unicorn!");
end;
}; --]]
return t