A Grim Fandango Fandango fan then, eh?
Haha good game. I love violent games. Games with a sick sense of humour.
Good Job.
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 Menustring UserInput;
if (StrCaseComp(UserInput,"debug on")==0) { if (game.debug_mode==0) { game.debug_mode=1;return;} else if (game.debug_mode==1) { game.debug_mode=0;return;}}
int over;string hot; #sectionstart on_mouse_click // DO NOT EDIT OR REMOVE THIS LINE function on_mouse_click(int button) { if (button==LEFT) { ProcessClick (mouse.x,mouse.y,MODE_USE);} else if (button==RIGHT) { ProcessClick (mouse.x,mouse.y,MODE_LOOK);} ClaimEvent ();} #sectionend on_mouse_click // DO NOT EDIT OR REMOVE THIS LINE #sectionstart repeatedly_execute //DO NOT EDIT OR REMOVE THIS LINE function repeatedly_execute () { if (IsOverlayValid(over)) { GetLocationName(mouse.x,mouse.y,hot); SetTextOverlay (over,mouse.x+10,mouse.y-10,5,1,15,hot);}} #sectionend repeatedly_execute //DO NOT EDIT OR REMOVE THIS LINE #sectionstart room_b // DO NOT EDIT OR REMOVE THIS LINE function room_b() { // script for room: Player enters screen (after fadein) GetLocationName (mouse.x,mouse.y,hot); over=CreateTextOverlay(mouse.x+10,mouse.y-10,5,1,15,hot);} #sectionend room_b // DO NOT EDIT OR REMOVE THIS LINE
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.744 seconds with 20 queries.