datum/combat
start(mob/P)
//stuff
Problem description:
Alrighty, so I'm trying to make a turn-based combat system using datums, but when I set it up like above, it gives me this error:
combat.dm:4:error: start: undefined proc
However, I've seen snippets and tutorials set it up like this, including ForumAccount's Datum tutorial, and now I'm HORRIBLY confused.