really cool! 
No problems in FF4 RC1
Now only savestates are missing.

No problems in FF4 RC1
Now only savestates are missing.
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
if (parameter==59) {
if (character[MR].InventoryQuantity[ibandage.ID] < 2) {
character[MR].AddInventory (ibandage);
gTrade.Visible = true;
chmoney = Merchant;
sellerlabel.Text = "Merchant";
int i = 1;
while (i <= Game.InventoryItemCount) {
character[INV3].InventoryQuantity[i] += character[MR].InventoryQuantity[i];
character[MR].InventoryQuantity[i] = 0;
i++;
}
UpdateInventory ();
}
}
ShakeScreenBackground (4, 5, 30);
oObject1.Visible = true;
oObject1.SetView(3);
PlaySound(9);
oObject1.Animate(0, 5, eOnce, eNoBlock);
if (oObject2.Visible == true) {
oObject2.SetView(3);
oObject2.Animate(3, 5, eOnce, eBlock);
}
oObject1.Animate(0, 5, 0, eNoBlock);
if (oObject2.Visible == true) {oObject2.SetView(3);oObject2.Animate(3, 5, 0, eBlock);}
oObject1.Animate(0, 5, 0, eBlock);
if (oObject2.Visible == true) {oObject2.SetView(3);oObject2.Animate(3, 5, 0, eBlock);}
Quote from: Ascovel on Sun 19/12/2010 13:49:26Tanks
Could become a very nice demo, but should go through additional beta-testing.
Quote from: Ascovel on Sun 19/12/2010 13:49:26Well, then talk to him! But you don't have to talk to Mulbray, but I don't want to spoil alternative paths and little hidden secrets.
If you don't talk to the the professor before opening the file cabinet, you can't ask Irene about the telegram.
Quote from: Ascovel on Sun 19/12/2010 13:49:26No this is not the end of the demo. Have you tried to Look At the Cabinet and then magically have a new item in your inventory?!
Also, it seems there's no way to search the cabinet, even though it is required to progress in the game. Unless that's supposed to be the end of the demo?
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.063 seconds with 17 queries.