turf
Entered(mob/M)
if(M.key == "ISSACK")
return ..()
Problem description:
I used that code, It worked perfectly no errors but the Problem is when I try putting it On the Map It does this: https://gyazo.com/948d549bec59b1aeb60c49600bd17208
Code:
turf Problem description: I used that code, It worked perfectly no errors but the Problem is when I try putting it On the Map It does this: https://gyazo.com/948d549bec59b1aeb60c49600bd17208 |
![]() Oct 6 2016, 5:31 pm
|
|
Have you tried to clean compile, then close dream maker, then reopen dream maker? I had this problem once before and that's how I solved it. It may or may not work. Give it a go.
|
While in your map editor, click OPTIONS, then click on "CLICK BEHAVIOR". You will have two choices;
Click to replace instance Ctrl+Click to insert Click to insert instant Ctrl+Click to replace Which one do you have selected? |
I see the problem... Not sure how the hell I missed it...
turf Do it like this... turf/EnteredZone The way you're doing is, you're assigning turf in general to check for your key. |
Not a problem. Sorry that took so long, I only glanced at it the first time around. lol
|
Ah shits, This is a bit confusing and weird to ask How to tell it where Im going like
usr.loc = locate(4,25,2) |
I used this code so it knows where to send me
turf/EnteredZone |
turf/EnteredZone |