1
SCI Syntax Help / Re: SCI0: GoToIfSaid ?
« on: May 23, 2026, 05:12:02 AM »Wouldn't you need pathfinding support for "GoToIfSaid" type functionality? I don't think that was added until after SCI0.It seems to use Avoiders.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Wouldn't you need pathfinding support for "GoToIfSaid" type functionality? I don't think that was added until after SCI0.It seems to use Avoiders.
((Said '[/door]>')
(cond
((TurnIfSaid self event 'look/*'))
((Said 'look[<at]') (Print 12 3) ; "This is the door to hut #2.")
Note that this is hutDoor::handleEvent, so self is the hut door.(GoToIfSaid obj event theTargetOrX theDistanceOrY optSpec)
(TurnIfSaid obj event optSpec)
I believe it's also the reason most actors keep to the first 16 (or 32) colors so they can move between all rooms without issue. The rest of the colors are then used for pics or per room objects.The global palette tends to be 64 colors (0-63, plus 255). Other than that you're basically on the money.
I thought the source code of SV was lost and unrecoverable?True enough. But who was talking about SV?
SMF 2.0.19 |
SMF © 2021, Simple Machines
Simple Audio Video Embedder
Page created in 0.05 seconds with 19 queries.