Advertisement
Jousway

Untitled

Apr 7th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local checkicon = RageFileUtil.CreateRageFile();
  2. local headericon = Screen.String("HeaderText").." icon"
  3. if checkicon:Open(headericon,"1") ~= nil then
  4.     headicon = headericon
  5. else
  6.     headicon = "Select Style icon"
  7. end
  8. checkicon:destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement