Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - RYaNrYe

#1
cheerz
#2
When i load my game the Inventory GUI automatically opens and stays on the screen until i press ok, but because its open from the beginning of the game you can't watch the cutscenes. How can i fix it ???
#3
cheerz all fixed now :)
#4
I've looked over the script so many times but i can't see what i've done wrong  :-\

here's my script

// room script file


#sectionstart room_a  // DO NOT EDIT OR REMOVE THIS LINE
function room_a() {
  // script for Room: Player enters room (after fadein)
StartCutscene(eSkipESCOnly);
cEgo.Say("So What have we got on our hands here?");
cCapt.Say("28 year old male shot in the back");
cEgo.Say("Any leads on suspects");
cCapt.Say("Not at the moment but the victim was carrying this");
Wait(40);
cEgo.AddInventory(iabp);
cCapt.Say("It's a page from an address book you should check it out");
cEgo.Say("Thanks i'll do that)
EndCutscene();     
}
#sectionend room_a  // DO NOT EDIT OR REMOVE THIS LINE


can any1 see what i've done wrong???
SMF spam blocked by CleanTalk