mob/human/verb
Build(item in build_items)
switch(item)
if("Wooden Wall")
if (usr.Log==1)
new/turf/WoodenWall(usr.loc)
else
return
ID:163041
Oct 20 2007, 11:45 pm
|
|
How do i tell it to delete an obj (logs) after new/turf/WoodenWall(usr.loc)
|
I'm not sure exactly.