Difference between revisions of "Talk:OBSE Wish List"
no edit summary
imported>Scruggs (CellChanged vs GetParentCell) |
imported>GuidoBot |
||
Line 155: | Line 155: | ||
:::I dont think GetParentCell gives you what you would expect [in this script]. IsInInterior is very important if you consider that you are changing cells all the time when outside and typically it isn't your intention to detect these types of cell changes. | :::I dont think GetParentCell gives you what you would expect [in this script]. IsInInterior is very important if you consider that you are changing cells all the time when outside and typically it isn't your intention to detect these types of cell changes. | ||
::::I ''think'' JOG's gripe with GetParentCell is that, in Morrowind, CellChanged returned true when the player entered the cell containing the scripted object. It was closer to something like an '''OnPlayerEntry''' function. While that was often more annoying than useful, I can see his point (if that is in fact his point ;)), although [[GetParentCell]] along with [[GetInSameCell]] are enough for a (somewhat clunky) workaround. :shrug: [[User:Scruggs|Scruggs]] 23:24, 25 October 2006 (EDT) | ::::I ''think'' JOG's gripe with GetParentCell is that, in Morrowind, CellChanged returned true when the player entered the cell containing the scripted object. It was closer to something like an '''OnPlayerEntry''' function. While that was often more annoying than useful, I can see his point (if that is in fact his point ;)), although [[GetParentCell]] along with [[GetInSameCell]] are enough for a (somewhat clunky) workaround. :shrug: [[User:Scruggs|Scruggs]] 23:24, 25 October 2006 (EDT) | ||
::::Actually you can scrub my comment on GetParentCell. Without the CS in front of me I confused this with something else and didn't realize it was an OBSE command. My method does work perfectly as a non-OBSE solution. In LTC I actually track last inside and outside locations so I can have Chaotic Intervention to teleport you to the front door of a dungeon.) [[User:GuidoBot|GuidoBot]] 00:08, 26 October 2006 (EDT) |