Illusion
RMXP game maker
- 155
- Posts
- 20
- Years
- Seen Oct 17, 2011
45@info = Window_Help.new
[email protected]ht = $height / 4 + 16
[email protected]h = $width / 2 + 74
[email protected] = 8
[email protected] = $height - @info.height - 8
[email protected] = 9999
51@info2 = Window_Help.new
[email protected]ht = $height / 4 + 16
[email protected]h = $width / 2 + 74
[email protected] = 8
[email protected] = $height - @info.height - 8 + 32
[email protected] = 99999
[email protected]ity = 0
[email protected]owskin = @info.windowskin = RPG::Cache.windowskin("infosys")
Try this, and make sure that infosys is in your windowskin folder.
[email protected]ht = $height / 4 + 16
[email protected]h = $width / 2 + 74
[email protected] = 8
[email protected] = $height - @info.height - 8
[email protected] = 9999
51@info2 = Window_Help.new
[email protected]ht = $height / 4 + 16
[email protected]h = $width / 2 + 74
[email protected] = 8
[email protected] = $height - @info.height - 8 + 32
[email protected] = 99999
[email protected]ity = 0
[email protected]owskin = @info.windowskin = RPG::Cache.windowskin("infosys")
Try this, and make sure that infosys is in your windowskin folder.