Dave Gilbert's recent "The Shivah" game has an interesting twist on Insult fighting at the end, where you have to out-Rabbi the bad Rabbi...
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
CursorMode lastMouse;
function repeatedly_execute_always(){
if ((gOptions.Visible) || (gSavelist.Visible)){
if (Mouse.Mode != eModePointer){
lastMouse = Mouse.Mode;
Mouse.Mode = eModePointer;
}
}
else {
if (Mouse.Mode == eModePointer){
Mouse.Mode = lastMouse;
}
}
}
Quote from: Redwall on Fri 21/07/2006 06:36:59
Hey, if four blockbuster movies can be centered around a phallic creature, it can't be a bad idea...
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.819 seconds with 15 queries.