mob/verb/Create_Turf(O as null|anything in typesof(/turf))
set category = "Administration"
set name = "Create Turf"
if(!O)
return
var/item = new O(usr.loc)
usr << "You create \a [item:name]."
view() << "Witch a Few Movements of [usr] hands a [item:name] appears"
Problem description: When i try to Create a Turf Send That:
runtime error: bad loc
proc name: Create Turf (/mob/verb/Create_Turf)
usr: Gohan Games (/mob)
src: Gohan Games (/mob)
call stack:
Gohan Games (/mob): Create Turf(/turf (/turf))