blob: d2b7494b089ca6e8db4dfa32496ea150fb75549b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_bumps" title="BUMPS, PUSHES & HITS">
<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>
</floater>
|