Thread: "Spell" Quest
View Single Post
  #10  
Old 10-26-2013, 02:25 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by Kingly_Krab View Post
No problem, int just keeps it from going to a decimal and making everything ugly and annoying, also keep in mind it's really not necessary to even define anything, you could do this.

if($entity_list->GetClientByID($caster_id)->GetTarget->GetHP() >= 500)

But people refer definitions because it's shorter and easier to interpret, I myself like to break away and define as little as possible, the coder logic of, "Do it in less lines."

Also, call me Kingly. :P
I wasn't aware it was unnecessary to define things like that.

Unfortunately even though the code is correct this still doesn't work and for the life of me I don't know why. It's in the correct folder with the correct name and everything.
Reply With Quote