mob/NPC
Merlin
icon = 'npcs.dmi'
icon_state = "Merlin"
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!")
mob/NPC
Star Villager
icon = 'npcs.dmi'
icon_state = "Star Villager"
Click()
usr<< ("...")
Problem description:
I get 6 errors... Am I NOT allowed to have 2 NPC's or somthing?
Please help and explain I want to learn as much about this as possible.
Thank you.