Kiexcolo Posted June 26, 2004 Share Posted June 26, 2004 I tried using change_outdoor_location(x,y,x,y) to move my party to another section of the outdoors since they are in a another level of a town with boundaries set to the extreme(No way of exiting). However, they just walk through the special encounter or if I set no entry they just stop there but won't get sent to the outdoor location I specified and theres no error messages or anything. Link to comment Share on other sites More sharing options...
Kelandon Posted June 26, 2004 Share Posted June 26, 2004 Err, I'm not sure that I'm understanding you right, but change_outdoor_location doesn't actually do anything until you leave the town. You won't see any effect from change_outdoor_location until the party walks outside town boundaries. Link to comment Share on other sites More sharing options...
Kiexcolo Posted June 26, 2004 Author Share Posted June 26, 2004 Is that so? From the appendix it says "It is used, for example, when the party enters a portal in a town that is meant to carry them to a town a long distance away." Edit: Working on what you said, I placed it in my town init_state and redid my boundaries so now it works. Link to comment Share on other sites More sharing options...
Lilith Posted June 26, 2004 Share Posted June 26, 2004 Note: a portal that takes them to a TOWN far away. Basically, it's used so the party ends up in the correct place when they step *out* of town. Remember, although an outdoor location can be associated with a town, the town isn't specifically associated with that outdoor location (if that makes sense). To put it another way, BoA doesn't intrinsically know where a town is supposed to be located, and you have to tell it. Link to comment Share on other sites More sharing options...
Kiexcolo Posted June 26, 2004 Author Share Posted June 26, 2004 NOTE: It is used when a party ENTERS a portal? There is nothing said of having to leave town so that it works. And frankly I dunno what you mean. Link to comment Share on other sites More sharing options...
Yellow Sub Posted June 26, 2004 Share Posted June 26, 2004 Quote: Originally written by Kiexcolo:NOTE: It is used when a party ENTERS a portal? There is nothing said of having to leave town so that it works. And frankly I dunno what you mean. Okay, you can make portals do whatever you want. And by putting the correct graphic (portal) and putting a special encounter around the portal asking if they want to enter. Then you code if choice =whatever the enter portal choice is, and have stuff teleport. Thats how you use portals. Of course I made a portal that upon entering, spits you out and opens a gate.... Link to comment Share on other sites More sharing options...
Eldiran Posted June 26, 2004 Share Posted June 26, 2004 Say you had a hut with a portal in it that was supposed to take you to another hut miles away. You use change_outdoor_location() and then you use another call to teleport the party into the other hut (which will assumably be another town.) When the party exits the second town, you will arrive at the position you specified in change_outdoor_location. (I think.) Link to comment Share on other sites More sharing options...
Kiexcolo Posted June 27, 2004 Author Share Posted June 27, 2004 Ok now I get what you mean. Link to comment Share on other sites More sharing options...
Recommended Posts