the most recent version will work with his versions. at one point in his vids, he does some scripting within the dialogs that couldn't be done before 3.1
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 MenuQuoteHi lsb! Nice beginning. But the game crashesyou're not the only one apparently, as i think 2 people addressed the same problem in this thread about it crashing at that moment. however, i have not been able to find the cause of this, as it has never crashed for me and doesn't seem to happen to everyone.
Quote from: shayavr on Wed 09/09/2009 12:16:58
Hi
Nice game!![]()
![]()
playing it right now!!
just make sure you put it on the games page
function oDoor_useinv()
if(player.ActiveInventory == iWeasel) //or whatever the inventory name
{
cEgo.Say("weasel doesn't work here");
}
else cEgo.Say("whatever you want for other items");
function btnInvUse_OnClick(GUIControl *control, MouseButton button)
{
mouse.Mode = eModeTalkto; //changes icon to interact
mouse.UseModeGraphic(eModeInteract);
}
function iBook_Talk()
{
Display ("Feeling destructive, you tear a page out of the book");
player.AddInventory(iPage);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.075 seconds with 14 queries.