While going through the SCI Studio help files, I ran into this under the 'Properties' subject
(instance {Glowing Gem} of InventoryItem
(properties
said '~ gem [ AND glowing ] ~'
description "You are still carrying the piece of orium"
view 242
someVarAddr @SomeVar
)
)
So, my question is specifically regarding the use of the 'said' reference as a property. Could someone shed some light as to what it does & when it's used within the context of an instance? I've only seen said strings immediately after a Parse() event within an event handling method. Furthermore, I've never seen the '~' character in a said string either - is this some sort of wildcard match?