Click here to Skip to main content
15,896,111 members

Comments by NickTheDev (Top 2 by date)

NickTheDev 6-Dec-16 21:48pm View    
So, what would I return? Also, is there a way of checking if the method was referenced again, that it would not allow me to use it? Example:


Class.setStat().setStat().setStat();

I don't want ^^^ to happen. I want to be allowed to reference it once, and not be able to reference it over and over again. Also, what would I do with the attack method? Do I have to somehow make a reference back to setStat() or simply return the value I set as the attack?
NickTheDev 6-Dec-16 19:09pm View    
Deleted
What should it return? Could you give me an example please? Just saying something doesn't help.