Posted by CogKing on March 17, 1998 at 18:11:49:
In Reply to: Here ya go :-) posted by Pele on March 17, 1998 at 16:36:56:
> here ya go
> playkey(keylocation, key, 1, 2);
> where keylocation is the thing
> where key is the key
> 1 is i dont know (speed?)
> 2 is i dont know (speed?)
1 = priority
2 = flags
The flags tell if the key repeats or plays once...
See the twoonebee cog for an example of this.
-CogKing