Velaski winner Aug 4, 2015 562 165 Jun 7, 2016 #1 I am currently learning to code and using PLus EMU to create a RP. I'm using the same conditions for most commands so I was thinking I could shorten it For example: int ConD = (if statements) and In my code i can just write ConD and will it work?
I am currently learning to code and using PLus EMU to create a RP. I'm using the same conditions for most commands so I was thinking I could shorten it For example: int ConD = (if statements) and In my code i can just write ConD and will it work?
M mcmatters Member Dec 2, 2014 195 6 Jun 9, 2016 #2 just do bool ConD = (Booleans) then do if(ConD) Upvote 0 Downvote