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

10 lines
247 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04: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;
}; --]]
2010-01-26 21:00:30 -06:00
return t