blob: d86b834c38d585dd803e1a83f71d39423afc4bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="script ed float" title="SCRIPT: NUOVO SCRIPT">
<floater.string name="not_allowed">
Non puoi vedere o modificare questo script, perchè è impostato come "no copy". Necesiti tutti i permessi per vedere o modificare lo script dentro un oggetto.
</floater.string>
<floater.string name="script_running">
In esecuzione
</floater.string>
<floater.string name="Title">
Script: [NAME]
</floater.string>
<button label="Ripristina" label_selected="Ripristina" name="Reset"/>
<check_box initial_value="true" label="In esecuzione" left="4" name="running"/>
<check_box initial_value="true" label="Mono" left="106" name="mono"/>
</floater>
|