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
if (Region.GetAtXY(cMer1.x, cMer1.y)==region[0]) cMer1.ChangeRoom(room,x,y); //replace room,x,y with your targets
else if (Region.GetAtXY(cMer1.x, cMer1.y)==region [1]) cMer1.ChangeRoom(room,x,y); //same here
//and so on.
Quote from: ManicMatt on Thu 18/01/2007 15:48:01
Much better!
If something resembles you, then it looks like you in some way. If something resembles xp, then it looks like xp in some way. You can't say "resembles me of xp", you'd say "that resembles xp". Got me?
Quote from: ManicMatt on Thu 18/01/2007 15:48:01
uninstall Steam? What on earth for?
if ((MostSteamUsers==idiot)&&(MostSteamUsersAreIdiots)) return 1;
else return 0;
Quote from: ManicMatt on Thu 18/01/2007 15:48:01
Why would I want extension names to show?
Quote from: ManicMatt on Thu 18/01/2007 15:48:01
Why would I want to remove my shortcut to AGS? Or do you mean to just rename it?
Quote from: ManicMatt on Thu 18/01/2007 14:48:14
worst desktop EVER
cEgo.x= //your target x
cEgo.y= //your target y
if (keycode==87) { // W
if (cBill.Moving==true) cBill.StopMoving();
else cBill.WalkStraight(cBill.x, cBill.y-200,eNoBlock);
}
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.270 seconds with 15 queries.