Good clean fun! Thanks for making that.
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 Menuimport function stormcloud();
function stormcloud(Character *target_person) {
cIcon.ChangeRoom(target_person.Room);
cIcon.x = target_person.x;
cIcon.y = target_person.y - 64;
// timer script will go here
}
stormcloud(cBirdwoman);
RawSaveScreen();
RawDrawImage(160, 120, 1);
Wait(80);
RawRestoreScreen();
Quote from: SteveMcCrea on Mon 05/02/2007 05:27:33I'll second that. I'm not partial to any particular type of GUI. I can see advantages to both simplified and more complex interfaces.Quote from: m0ds on Mon 05/02/2007 02:04:00Great point. Makes perfect sense!
Would you as Rocky need a verb-coin? No, he's a simple interface man. Would Inspector Morse need some options? Yes! That kind of thing. It's part of the puzzle itself!
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.137 seconds with 14 queries.