6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
Scriptname ETR_NewArtifactNotification Hidden
|
|
|
|
function Show(Form a_form) global
|
|
Debug.Notification("New artifact acquired: " + a_form.GetName())
|
|
endfunction
|