# `GSGlyph.storeScript`

*Instance Property*

Whether [`GSGlyph.script`](/Core/GlyphsCore/GSGlyph/script) is stored as glyph-local glyph info.

## Declaration

```swift
var isStoringScript: Bool { get set }
```

```objc
@property (nonatomic) BOOL storeScript;
```

[See also `storeScript` in the Python API](https://docu.glyphsapp.com/#GSGlyph.storeScript)

```python
pyobjc_instanceMethods.storeScript() -> bool
pyobjc_instanceMethods.setStoreScript_(storeScript: bool)
```

## Discussion

Setting this to `NO` replaces [`GSGlyph.script`](/Core/GlyphsCore/GSGlyph/script) with the value supplied by the Glyph Info Database.

## See Also

### Script

- [`GSGlyph.script`](/Core/GlyphsCore/GSGlyph/script) — The writing system associated with the glyph.

