(03-30-2011, 10:04 PM)nkmol Wrote: well you didnt make a void command what has the player to do to let it happen? wait 15sec, walk in a certain area, pick something up?
if you want to start scripting, look atleast at wiki site for beginner explenation and when you still don't understand you could ask here
scripting help : http://wiki.frictionalgames.com/hpl2/tut...s%3Ascript
sorry, right i mean it was
void onstart(){
FadeOut(0);
FadeIn(15);
}
that previous post was something i had copypasted from earlier today
anyways, what i want is for the game to start and the screen is completely black, then it fades to normal view, no trigger needed.
but when i use the script above, nothing happens