blob: 1f2fe62b3cf85edb2dd0daa44f8173c75356ebb6 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
height="180"
layout="topleft"
name="floater_bumps"
help_topic="floater_bumps"
save_rect="true"
title="BUMPS, PUSHES & HITS"
width="400">
<floater.string
name="none_detected">
None detected
</floater.string>
<floater.string
name="bump">
[TIME] [NAME] bumped you
</floater.string>
<floater.string
name="llpushobject">
[TIME] [NAME] pushed you with a script
</floater.string>
<floater.string
name="selected_object_collide">
[TIME] [NAME] hit you with an object
</floater.string>
<floater.string
name="scripted_object_collide">
[TIME] [NAME] hit you with a scripted object
</floater.string>
<floater.string
name="physical_object_collide">
[TIME] [NAME] hit you with a physical object
</floater.string>
<floater.string
name="timeStr">
[[hour,datetime,slt]:[min,datetime,slt]]
</floater.string>
<scroll_list
draw_border="false"
follows="left|top|right|bottom"
height="152"
layout="topleft"
left="6"
multi_select="true"
name="bump_list"
top="20"
width="388" />
</floater>
|