]> 4ch.mooo.com Git - 16.git/blob - 16/v2/template/start.vc
cleaned up the repo from debugging watcom2 ^^
[16.git] / 16 / v2 / template / start.vc
1 event //autoexec\r
2 {\r
3   palettemorph(0,0,0,0,64); //get proper palette going\r
4   entityspawn(4,4,"vecna.chr"); //first chr will be index 0\r
5   setplayer(0); //set the control focus to entity index 0\r
6 }\r
7   \r