Magic Lock Level 2
From Grigbertz
(Difference between revisions)
m |
m (→Menu variables) |
||
Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Conditional | ! Conditional | ||
- | ! | + | ! Owned by |
! Comment | ! Comment | ||
|- | |- | ||
| cuffed | | cuffed | ||
| | | | ||
- | | | + | | Running armanimation |
|- | |- | ||
- | | | + | | legcuffed |
- | + | ||
| | | | ||
+ | | Running leganimation | ||
|- | |- | ||
- | | | + | | gagged |
- | + | ||
| | | | ||
+ | | Running gaganimation | ||
|- | |- | ||
- | | | + | | suspended |
- | + | ||
| | | | ||
+ | | Running suspendanimation | ||
|- | |- | ||
- | | | + | | leashed |
- | + | ||
| | | | ||
+ | | Leash active | ||
|} | |} | ||
Line 36: | Line 36: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Conditional | ! Conditional | ||
- | ! | + | ! Owned by |
! Comment | ! Comment | ||
|- | |- | ||
| helpless | | helpless | ||
| | | | ||
- | | | + | | TRUE if lockstate >= 2 and cuffed |
|} | |} | ||
Line 49: | Line 49: | ||
! Conditional | ! Conditional | ||
! Set by | ! Set by | ||
+ | ! Value | ||
! Comment | ! Comment | ||
|- | |- | ||
Line 54: | Line 55: | ||
| | | | ||
| | | | ||
+ | | Name of current selected armanimation. | ||
|- | |- | ||
| leganimation | | leganimation | ||
| | | | ||
| | | | ||
+ | | | ||
+ | |- | ||
+ | | suspendanimation | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | gaganimation | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | lockstate | ||
+ | | | ||
+ | | 0, 1, 2, 3 (unlocked, selflocked, locked, keylocked) | ||
+ | | | ||
|} | |} | ||
+ | ===Deprecated Conditionals=== | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Conditional | ||
+ | ! Set by | ||
+ | ! Comment | ||
+ | |- | ||
+ | | cufflocked | ||
+ | | | ||
+ | | lockstate = 2 and cuffed | ||
+ | |- | ||
+ | | locked | ||
+ | | | ||
+ | | | ||
+ | |} | ||
==HUD Menus== | ==HUD Menus== |
Revision as of 09:44, 29 May 2009
Contents |
Menu variables
Conditionals
Conditional | Owned by | Comment |
---|---|---|
cuffed | Running armanimation | |
legcuffed | Running leganimation | |
gagged | Running gaganimation | |
suspended | Running suspendanimation | |
leashed | Leash active |
Derived Conditionals
Conditional | Owned by | Comment |
---|---|---|
helpless | TRUE if lockstate >= 2 and cuffed |
Variables
Conditional | Set by | Value | Comment |
---|---|---|---|
armanimation | Name of current selected armanimation. | ||
leganimation | |||
suspendanimation | |||
gaganimation | |||
lockstate | 0, 1, 2, 3 (unlocked, selflocked, locked, keylocked) |
Deprecated Conditionals
Conditional | Set by | Comment |
---|---|---|
cufflocked | lockstate = 2 and cuffed | |
locked |
HUD Menus
Main owner
-- Main --
infotext
Bind / --- | Free / --- | Key > / Get Key |
Sit pose / --- | Bound pose / --- | --- |
Restrict > / --- | Suspend > / --- | Poses > / --- |
Quickleash / Unleash | Leash > / --- | Options > |
Set Menus
Main owner
-- Main --
infotext
Bind / --- | Free / --- | --- |
Sit pose / --- | Bound pose / --- | Poses > / --- |
--- | --- | --- |
Quickleash / Unleash | Leash > / --- | Options > |