ID:166991
May 18 2006, 2:39 pm
|
|
There's no way to imitate a change of /world/turf is there? I tried making a GM verb to change it and it gave me that icky "Cannot change constant value" or whatever :(
|
In response to Loduwijk
|
|
Well you should probably use
var/default_turf = /turf/default_type so that way you aren't defining the var for nothing :P but yeah if this works I can take it off of my "To Make" list instead of HTML'ing a strikethru line through it to make me say "Meh I really wanted that but it can't be doneee :( :(" and oh look I'm talking too much again |
In response to Cowdude
|
|
Second such typo mistake I made today. Sorry and thanks for pointing it out. Fixed it now.
|
For the ClearMap function, when it attempts to create objects of type /turf it should catch itself then turn around and create type default_turf there instead. But for the Click example, even if your turf_brush is of type /turf, it should still allow you to lay that type down as you please.