Yes. What Reaper said. (Told you it was untested!)
I've edited my original post, in case other people will read it.
I've edited my original post, in case other people will read it.
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 Menuif (gPlayerDialog.Graphic!=0) {
Quote from: TheMagician on Thu 04/09/2008 21:42:13Haha, I wanted to use a crowd cheer as well but I didn't find a decent sampleI trust you've never heard of Soundsnap?
if (player.ActiveInventory==iInvItem) { //checks which inventory item the player used
oItemonFloor.Visible=false; //this removes the object from the room
player.AddInventory(iPickedUp); //this gives the player an inventory item
}
if (player.ActiveInventory==iUsedItem) {
player.LoseInventory(iUseditem); //take the used item away from the player
player.AddInventory(iNewitem); //and give him/her another instead
}
if (IsKeyPressed(9) == 1) {
running = 1;
else {
running = 0;
}
running = 1;
player.StopMoving();
player.SetWalkSpeed(8,8);
player.ChangeView(playerRunning);
player.Walk(movetox, movetoy);
game.speech_music_drop = 0;
Quote from: Misj' on Tue 12/08/2008 11:07:36Technically Lowlands is in Flevoland and not in Holland, since Holland is not the name of the country (the Netherlands), but merely the names of two of its provinces.Hm, I always use Holland and Netherlands like they're interchangeable terms. But you're right; Holland means just the Randstad.
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.112 seconds with 14 queries.