Jump to content

how to create a task that shows only in the current zone


Wa wa

Recommended Posts

Hi there

I am building a cartridge and am trying to set up a task.

Ideally the first task should pop up in the first zone and be only visible there. I do not want it to be visible in other zones. The first task should direct the player to the next zone. Once in the second zone a new task should appear and the original task disappear.

I have tried setting this up . I seem to be able to set up a task but unable to limit it to only one zone. Is there a way to do this .

Secondly is there a way to give a distance countdown to the next zone while you are between zones and not to have the locations for all zones visible simultaneously, so that the next place you need to go only gets revealed when you are close?

Please help

Laura

Link to comment

To do this, set the task to Active = true while entering the first zone. If you are entering the second zone, set the first task to Active = false (or Complete = true) and the second task to Active = true. That's it.

 

For your second problem, you should use the normal behavior of the player, that will show always the distance to all zones. To do it twice costs twice amount of calculation power of the CPU. That's bad.

 

PS: It would be helpfull, if you could say, which builder do you use for building your cartridge.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...