cheers

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 MenuQuote from: Chicky on Thu 04/08/2011 13:35:32
I may be stupid, but what are 'sorties'?
Also, 5% is a pretty dumb time to start a GIP, at least clear up those garish pixels!
Quote
Garish pixels
QuoteNobody said it is easy, but it's worth trying
function room_Load()
{
mouse.DisableMode(eModeWalkto);
mouse.DisableMode(eModeInteract);
mouse.DisableMode(eModeTalkto);
mouse.DisableMode(eModeLookat);
}
Quote from: RickJ on Sun 31/07/2011 22:52:32Add:
If you are new to AGS, overwhelmed, need encouragement, or just want to ask a dumb question without reprisal then you have come to the right place.
- Reply to this thread
- Edit the subject line with your question or topic
- Type any specific in the message box
- Expect help only from other beginners
cSweetie.Say("Yay");
cScootaloo.FollowCharacter(cEgo,5,96);
cSweetie.FollowCharacter(cEgo,5,96);
Quote
The default values are DIST=10 and EAGERNESS=97.
As a special case, setting DIST=0 and EAGERNESS=0 makes CHARID behave as if it is chasing CHARTOFOLLOW - it will try and get there as quickly as possible. Setting EAGERNESS=0 also tells the character not to stop when they reach CHARTOFOLLOW, but instead to randomly wander around the character - useful perhaps for a very energetic dog or something.
cScootaloo.FollowCharacter(null);
cEgo.ChangeRoom(3); //NPC
cBert.ChangeRoom(3); //Main Player
}
if(player==cbluecar) {
player.Name=ccar
}
else if(player==credcar) {
player.Name=ccar
}
SetAsPlayerName
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.069 seconds with 14 queries.