blob: e8826034f611219053767c1927d720ab4a400ccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
bevel_style="none"
border_style="line"
can_resize="true"
height="582"
layout="topleft"
min_height="271"
min_width="328"
name="script ed float"
help_topic="script_ed_float"
save_rect="true"
title="SCRIPT: NEW SCRIPT"
width="508">
<floater.string
name="not_allowed">
You can not view or edit this script, since it has been set as "no copy". You need full permissions to view or edit a script inside an object.
</floater.string>
<floater.string
name="script_running">
Running
</floater.string>
<floater.string
name="Title">
SCRIPT: [NAME]
</floater.string>
<floater.string
name="experience_enabled">
Uncheck to remove the current experience
</floater.string>
<floater.string
name="no_experiences">
You are not authorized for any experiences
</floater.string>
<floater.string
name="add_experiences">
Select to add an experience
</floater.string>
<floater.string
name="show_experience_profile">
Click to view the experience profile
</floater.string>
<floater.string
name="loading">
Loading...
</floater.string>
<panel
bevel_style="none"
border_style="line"
follows="left|top|right|bottom"
height="499"
layout="topleft"
left="10"
name="script ed panel"
top="16"
width="501" />
<button
follows="left|bottom"
height="23"
label="Reset"
label_selected="Reset"
layout="topleft"
name="Reset"
left="10"
width="85" />
<check_box
left_delta="90"
top_delta="3"
enabled="false"
follows="left|bottom"
font="SansSerif"
height="18"
initial_value="true"
label="Running"
layout="topleft"
name="running"
width="205" />
<check_box
left_delta="140"
enabled="true"
follows="left|bottom"
font="SansSerif"
height="18"
initial_value="true"
label="Mono"
layout="topleft"
name="mono"
width="100" />
<check_box width="130"
height="21"
enabled="false"
left="9"
top_pad="10"
layout="topleft"
follows="bottom|left"
label="Use Experience:"
name="enable_xp"/>
<combo_box
label=""
top_pad="-21"
left="149"
right="467"
layout="topleft"
follows="left|bottom|right"
visible="false"
name="Experiences..."/>
<button label=">"
name="view_profile"
height="23"
width="23"
right="496"
layout="topleft"
top_pad="-23"
follows="right"
visible="false"/>
</floater>
|