ID:142684
 
when i put this in it says inconsistant indentation
mob/Soukatsui
verb
Soukatsui()
icon = 'Projectiles.dmi'
icon_state = "bluefire"
density = 1
Bump(A)
if(ismob(A))
var/mob/M = A
if(M.Kaiten||M.sphere)
return
if(M.PK==0)
return
var/damage = round(src.tai*1.5)
if(damage >= 1)
M.health -= damage
view(M) << "[M] was hit by Soukatsui for [damage] damage!!"
var/mob/O = src.Gowner
M.Death(O)
del(src)
if(istype(A,/turf/))
var/turf/T = A
if(T.density)
del(src)
if(istype(A,/obj/))
del(src)
set category = "Ninjustu"
set name = "Soukatsui"
plz help me
that didnt help me =[
The problems is ur tab is mess up or in wrong spot.

In response to Master_Water
wat do u mean
In response to MikeyM14
So just erase the spacing where the error is at and tab it back it should be fix.
In response to Master_Water
how do i tab it back
In response to MikeyM14
press tab if it still say error tab it again until it in right spot.
In response to MikeyM14
Ripping is for retards.
I hope you're happy now that you drawn the wrath of many people.

You did not code that above piece did you? Nope
Stop stealing coding, it's bad, and doesn't teach you anything.