mob/var/Budoing = 0
mob/Admin
verb
Budokai()
set category = "Police"
world << "[src] has started the Budokai Tournement!"
for(var/mob/player/M in world)
M.verbs += mob/budo/verb/EnterBudo
mob
budo
verb
EnterBudo()
M.x = oldx
M.y = oldy
M.z = oldz
M.loc = locate(18,13,1)
budo.Add(src.key)
M.Budoing = 1
Problem description:
Ok i am making a dragon ball game and it keeps saying
Police.dm:1134: Inconsistent indentation.
Police.dm:1135: Inconsistent indentation.
Dragon Ball -------.dmb - 18 errors, 0 warnings (double-click on an error to jump to it)
It probaly is something I missed but can anyone help?
I can do this even better.
This is what I use.
And it works.
(You may have to change some things around)