I'd suggest perhaps talking to AGA and hajo about alternate hosting providers given the info matt points to..
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 MenuQuote from: Snarky on Tue 27/03/2007 00:35:01
Christopher Tolkien was close to his father's writing, as letters between them show. If anyone has the authority to complete a Tolkien story (definitely a valid question), it's him.
Quote from: Windenwart on Mon 26/03/2007 12:15:37
@Gilbot : That's it. Thank you!
It's impossible to use struct's as parameter?
struct door {
bool door_open;
int door_object;
int door_hotspot;
int door_area;
import function open();
};
function door::open()
{
this.door_open = true;
object[this.door_object].Visible = false; // object image of closed door
hotspot[this.door_hotspot].Enabled = true; // hotspot of opened door
RestoreWalkableArea(this.door_area); // walkable area from door into the room
}
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 1.367 seconds with 15 queries.