Thread: 614 Help Attack styles just need help.

Results 1 to 2 of 2
  1. #1 614 Help Attack styles just need help. 
    Registered Member
    Join Date
    Aug 2010
    Posts
    93
    Thanks given
    8
    Thanks received
    0
    Rep Power
    1
    Ok i been trying to programmer other attack styles slash etc. it only stays in chop so i found this

    Code:
    public byte getAttackStyle() {
    		return attackStyle;
    	}
    I was wondering if i want to add slash would it look like this?

    Code:
    public byte getAttackStyle() {
                    return attackStyle ("Slash");
    		return attackStyle;
    	}
    Correct me if am wrong thank you.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2010
    Posts
    93
    Thanks given
    8
    Thanks received
    0
    Rep Power
    1
    I'm new to 614s
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •