Use you slingshot and your tooth together and then use it on the last symbol where there is a cloud looking object on the top of the symbol and the "@" sign on the bottom of the symbol. Use it on the "@" sign.
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
set-globalint 27 1
if (GetGlobalInt(27) == 1){ //If you know the code display a message and go through the next door
Ã, Display("You type in the code in the keypad at the right and you go through the next door");
Ã, NewRoom(THEROOMOFTHENEXTDOOR);
Ã, }
else if (GetGlobalInt(27) == 0){ //You don't know the code and you can't get past the door
Ã, Display("The door is locked and you don't know the code");
Ã, }
function repeatedly_execute() {
if GetGUIAt ([b]mouse.x,mouse.y[/b]) == INVENTORY) {
SetCursorMode (MODE_USE);
SetMouseCursor (6);
}
}
Quote
mouse.x Mouse X co-ordinate when the script was started (0-319)
mouse.y Mouse Y co-ordinate when the script was started (0-199)
if (interface == INVENTORY) {
SetCursorMode(MODE_USE);
SetMouseCursor(6);
...
}
Quote
interface_click (int interface, int button)
Called when the player clicks on a button on an interface which has its action set as "Run script". INTERFACE is the number of the GUI which they clicked on. BUTTON is the object number of the button within this GUI.
Quote
Marge: Oh, Bart, can't you stay? I'll let you say swear words, but not the top three.
Bart: Sorry Mom, I can't, not unless he's here. (Points to Homer peeking behind the window and Homer ducks down)
Marge: (Hugs Bart)
Taxi guy: Either give me some of that or lets get going.
Bart: (Goes onto taxi and the taxi leaves)
Homer: (Runs out to the street) Oh, you'll come crawling back. (Crawls himself) Oh, he really is gone! (Starts to sob)
(Sign posts go around him saying sobbing man at night)
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.044 seconds with 14 queries.