ID:140154
 
Code:
senbon
icon = 'Bykuya.dmi'
icon_state = "Senbon"
layer = TOPDOWN_LAYER + EFFECTS_LAYER
pixel_z = 32
senbon1
icon = 'Bykuya.dmi'
icon_state = "Senbon"
layer = TOPDOWN_LAYER + EFFECTS_LAYER
pixel_z = 48
senbon2
icon = 'Bykuya.dmi'
icon_state = "Senbon"
layer = TOPDOWN_LAYER + EFFECTS_LAYER
pixel_z = 64



mob
verb
Scene_of_Masecre()
set name = "Scene Of Masecre"
set category = "Fighting"
var/obj/senbon/A = new
var/obj/senbon1/B = new
var/obj/senbon2/C = new
A.loc = locate(usr.x+32, usr.y+32, usr.z+32)
C.loc = locate(usr.x+32, usr.y+32, usr.z+48)
B.loc = locate(usr.x+32, usr.y+32, usr.z+64)
<b>Problem description:</b>


here is a link to a pic of part of the move in action with out using a verb just by puting the obj on the map --->http://www.byond.com/games/Alec94/BleachOminousSouls

go to screen shots and check the bottom left



Please help
If you could use the code in the "dm" brackets, that'd be nice.
Also, please provide an actual description of what exactly you need help on.
In response to Maximus_Alex2003
Maximus_Alex2003 wrote:
If you could use the code in the "dm" brackets, that'd be nice.

I tried to must have slipped the bracket




Also, please provide an actual description of what exactly you need help on.

Sorry It wont apear when i use a verb to create those obj on my location
I'm just going to take a wild guess and assume that your problem is that you're creating these things a very, very long way away from the usr.

B.loc = locate(usr.x+32, usr.y+32, usr.z+64)

Meaning you're putting this 32 squares to the right, 32 squares above, and 64 z levels on top of the usr.