Glad it brought you a few laughs 
Life is a gas gas gas

Life is a gas gas gas

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
chara,Walk(xx, yy, Block)
//Rep Exe Always in Global if used in more than one room.
{
if (gCircle.Visible){
gCircle.X =mouse.x; // adjust so that the circle sits nicely on the cursor
gCircle.Y =mouse.y; // adjust so that the circle sits nicely on the cursor
}
}
// Rep Exe in Room Code
{
if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) ==hotspot[1] && gCircle.Visible){ //gCircle over hotspot to show hidden image
// show or do this etc etc
}
}
QuoteWHAT HAVE WE DONE?!?!?!released the beast
cEgo.LockView(12); // Character and View number
cEgo.Animate(0, 0, eOnce, eBlock, eForwards); // Animate loop from View
cEgo.UnlockView(); // Return to player normal View
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.340 seconds with 15 queries.