ID:177910
![]() Jul 16 2002, 6:55 pm
|
|
How do I stop that? It deletes the old one.
|
![]() Jul 16 2002, 6:57 pm
|
|
The only way one turf can overlay another is if the second turf has transparent parts.
|
it has transparent parts, still it deletes it. Plus I mean its something using var/turf/whatever/S = new(usr.loc) coding.
|
There isn't a var for the turf! All it is
mob/proc/MakeWall() var/turf/Wall/S = new(usr.loc) S.name = "[usr]'s Wall" mob/proc/MakeGround() var/turf/SideWalk/S = new(usr.loc) S.name = "[usr]'s Ground" mob/proc/MakeDoor() var/turf/Door/S = new(usr.loc) S.name = "[usr]'s Door" |
Garthor, and Buzzyboy. Personal insults are not allowed on these forums, period. Abide by the standards of these forums, or find somewhere else to sling insults at eachother.
Alathon\\ |