So you all say : is bad.... in Developer Help
|
|
I've seen lots of people say ":" is bad to use in coding, and you should use "." instead. Well my question is, how can I define the variable more clearly, so I can actually use "."
- EXAMPLE -
if(istype(M,/mob/Player)) M:Coolness ++
|
If I try to use a "." there, I would get Undefined Variable M:Coolness"
Also I have seen in coding I think...
mob Player var stat stat2
|
Is that possible?
|