Posted by Pele on June 01, 1998 at 16:52:55:
In Reply to: .key files posted by Fourwood on June 01, 1998 at 00:25:40:
: Simple. Can't get my .key to work in my level. How do I make a .cog so that the key plays when you enter a sector? Mine doesn't seem to work.
symbols
message entered
key mykey=mykey.key
end
codeentered:
PlayKey(mykey);
return;
end
i forget the values of Playkey(); check the specs :)
Good Luck
--Pele