7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
|
Scriptname Package extends Form Hidden
|
||
|
|
||
|
; Returns the quest that owns this package
|
||
|
Quest Function GetOwningQuest() native
|
||
|
|
||
|
; Obtains the package that is the parent template of this one (if any)
|
||
|
Package Function GetTemplate() native
|