Blockland Forums > Modification Help
Kill Icon String on Death
jes00:
--- Quote from: swollow on December 26, 2011, 03:30:58 PM ---that wouldn't work because hide kills is on and your saying only to execute this if it is off I want hide kills to be on I'm rewriting the death code all I need right now is to simultaneously hide kills and get the kill icon string
--- End quote ---
Nay, it only works when it is on because !== means if it does not equal.
Swollow:
o lol I didn't notice the ! I didn't know !== was the same as ==! but anyway that does't work because hide kills seems to hide the icons
jes00:
--- Quote from: swollow on December 26, 2011, 05:57:47 PM ---o lol I didn't notice the ! I didn't know !== was the same as ==
--- End quote ---
!== is not the same as ==
!== Checks if it is not equal to the number and == checks if it is equal to the number.
Swollow:
--- Quote from: jes00 on December 26, 2011, 07:09:01 PM ---!== is not the same as ==
!== Checks if it is not equal to the number and == checks if it is equal to the number.
--- End quote ---
no no no lol I accidentally typed == instead of ! cause I was reading your quote, dammit lol now I look like an idiot :P
Nexus:
is !== a thing or do you mean !=
I wouldn't be surprised if this is some basic syntax everyone else knows and I somehow don't