Yes. Somehow, she is haunting the cloak. This may be a bit confusing. I'm not really sure how to get a reason for this.
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
---------------------------
Adventure Game Studio
---------------------------
An internal error has occurred. Please note down the following information.
If the problem persists, contact Chris Jones.
(ACI version 2.80.942D3D)
Error: Unexpected error occurred
---------------------------
OK
---------------------------
Quote from: Stupot on Tue 04/09/2007 18:57:56What needs sorted out about the moon?
Woah, much better.
Genuinely creepy.
Sort the moon out and you've got an awesome background on your hands.
Also, I think maybe the tree shadows could be longer and pointier, but that could just be a matter of personal taste.
Good one.
function PickupInv(int ObjectNumber, int InvItem){
character[ObjectNumber].ChangeRoom(-1);
cInv.AddInventory(inventory[InvItem]);
invMain.CharacterToUse = player;
cInv.SetAsPlayer();
cInv.ActiveInventory = inventory[InvItem];
ObjectNumber = obj;
InvItem = inv;
}
character[obj].ChangeRoom(1, mouse.x, mouse.y);
character[obj].PlaceOnWalkableArea();
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.096 seconds with 14 queries.