NPC
icon = 'NPC's.dmi'
icon_state = "Merlin"
Merlin
proc/Click()
usr<< "The war between Mario and Bowser continues! What is your job? Level up gain experince gather items and destroy the enemies! ALOT to do many bosses, ENJOY!"
NPC's.dm:2:error: s: expected end of statement
NPC's.dm:2: unterminated text (expecting ')
Problem description:
I am REALLY sorry for me askign so many question lately its just im really new to this and im just getting the hang of it so sorry for me asking many questions...
But I got two erros sadly..
However, if you want to get around this, you have to escape the quote with a backslash. Like so 'NPC\'s.dmi'. I'm not sure if DM lets you do this with files though.
-TKL