over5's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
Members
Active Posts:
22 (0.02 per day)
Joined:
06-November 09
Profile Views:
952
Last Active:
User is offline Feb 14 2012 03:46 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0

Latest Visitors

No latest visitors to show

Icon   over5 has not set their status

Posts I've Made

  1. In Topic: I am trying to get my back command to work.

    Posted 2 Aug 2011

    I been trying different ways to write the back command, but every time i try using it it just shut the program down.the warning says if room may not respond to back. but it build .this is the part of the code that gets the warning.
    ([[currentCommand name] isEqualToString:@"Back"]) {
    			[subjects setDataSource:[[player currentRoom] back]];
    		}
    
  2. In Topic: help needed writing my pickupItem method in my code?

    Posted 27 Jul 2011

    ok thanks for helping me get this far
  3. In Topic: help needed writing my pickupItem method in my code?

    Posted 27 Jul 2011

    When i try to remove the items for the room the program will not even run.it will let me pick the items up but the item remain in the room. here is the code with the item
    //Add items to the outside room
    		[outside dropItem:[[[Item alloc] initWithName:@"Trees"] autorelease]];
    		[outside dropItem:[[[Item alloc] initWithName:@"Bicycle"] autorelease]];
    		[mbedroom dropItem:[[[Item alloc] initWithName:@"TV"] autorelease]];
    		[mbedroom dropItem:[[[Item alloc] initWithName:@"shirts"] autorelease]];
    		[bedroom2 dropItem:[[[Item alloc] initWithName:@"Bed"] autorelease]];
    		[bedroom2 dropItem:[[[Item alloc] initWithName:@"Mirror"] autorelease]];
    		[bathroom dropItem:[[[Item alloc] initWithName:@"bathtub"]autorelease]];
    		[hallway1 dropItem:[[[Item alloc] initWithName:@"Picture"] autorelease]];
    		[bedroom3 dropItem:[[[Item alloc] initWithName:@"trunk"] autorelease]];
    		[hallway2 dropItem:[[[Item alloc] initWithName:@"Picture"] autorelease]];
    		[bedroom3 dropItem:[[[Item alloc] initWithName:@"Dresser"] autorelease]];
    		[kitchen dropItem:[[[Item alloc] initWithName:@"Fridge"]autorelease]];
    		[livingroom dropItem:[[[Item alloc] initWithName:@"Chair"]autorelease]];
    		[livingroom dropItem:[[[Item alloc] initWithName:@"TV"]autorelease]];
    		[mbedroom pickupItem:@"shirts"];
    
  4. In Topic: help needed writing my pickupItem method in my code?

    Posted 26 Jul 2011

    View PostGWatt, on 26 July 2011 - 09:38 PM, said:

    You have a Room class. This class has a NamedObjectContainer receiver for the items in the room. It also has a selector to handle picking up items in the room. When someone picks up an item in the room, you will have to remove it from your NamedObjectContainer.

    i been trying to do what you been telling me but it not working. Can you show me an example of this.
  5. In Topic: help needed writing my pickupItem method in my code?

    Posted 26 Jul 2011

    How could i remove it for the room?

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

over5 hasn't added any friends yet.

Comments

over5 has no profile comments yet. Why not say hello?