Well i have build a level, just a cube in some big size hollowed of course. and i have placed entitys complied the map. it works. i have successful added my C-Lite script to the map. but one thing i dont understund is why is everything blue. i chould be in the room a builded. i checked the XYZ kordinates and the camera chould have 0,0,0 as starting position. but why cant i see my room?.
This is the code i added
Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>
///////////////////////////////
function main(){
video_mode = 7;
level_load("red.wmb");
wait(3);
}
I got some updated news so you acctully can help me. its not the code
its the map. i have checked the map and its a huge hollowed box but. when i complies the map and run it in the C-Lite script edtor and run the map its seeins to only be a platform without kinda smal. and no inside. please help me out.