Hello, i know you don't support area editor anymore but i want to ask something and maybe you can help by your experience.
I have added to my code, new if checks for mob programs but area editor does not recognize them.
Fr exmple i added MG which is the faction Mages guild and i ask if it is less than -200 to do somthing. If i edit the area file with notepad and put it, smaug recognized but the area editor eachself doesnt.
Is there any way to add it in editor?
I have added to my code, new if checks for mob programs but area editor does not recognize them.
Fr exmple i added MG which is the faction Mages guild and i ask if it is less than -200 to do somthing. If i edit the area file with notepad and put it, smaug recognized but the area editor eachself doesnt.
Is there any way to add it in editor?
if isPC($n)
if MG($n) < -200
say Traitor!!!
murder $n
endif
endif