When I run the game it doesnt show the text and its blank, please help.
Heres my code:
`************************
` Dark Stones
`************************
`Author: Christopher Pawliuk
`Set system settings
set display mode 800,600,16
sync on
sync rate 0
disable escapekey
`Hide mouse
hide mouse
`Intro
print "DARK STONES"
print " By: Christopher Pawliuk"
print
print
print
print
print " What is being safe really mean? Being with freinds and family? Or just not have any fears?"
print "In the world of the Dark Stones being safe means not haveing or seen with the Dark Stones."
print "In 1623 AD, a group of mages were about to be destoryed by a powerfull force, the Dark Stones."
print "The Dark Stones had the power to kill any living person, but with out a evil person and the stone the power of it is nothing."
print "As the story says, only one with the Light Stones can defeat the power of the Dark Stones."
print "The story was true, but the group of people that had it did not know of its power."
print "They placed the Light Stone in a temple which was not know to us now."
print "With the power of you and the Stone we you can do it. First of all you must gather some iteams."
print "Good Luck!"
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print
print " PRESS SPACE BAR"
`Sync
sync
`When space bar is pressed
if spacekey()=1 then cls
`Disable escape key
disable escapekey
`Simple loop
do
`Manual escape key exit
if escapekey()=1 then exit
`End of loop
loop
`Enable escape key
enable escapekey
http://members.lycos.co.uk/pawliukc/logo_site.gif
www.blackxstudios.tk