Difference between revisions of "Flags"
From Flexible Survival
m (Preformat, update Available Flags list.) |
|||
Line 1: | Line 1: | ||
==Help File== | ==Help File== | ||
+ | <pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;"> | ||
Flags are generally used for string parsing. | Flags are generally used for string parsing. | ||
Line 11: | Line 12: | ||
Flag <name of person/infection> - Lists flags of a person/infection. | Flag <name of person/infection> - Lists flags of a person/infection. | ||
List flags - A list of the various flags. | List flags - A list of the various flags. | ||
− | + | </pre> | |
== Available Flags == | == Available Flags == | ||
+ | *Barbed - Penis is barbed, usually feline | ||
+ | *Beaked | ||
+ | *Candy | ||
+ | *Clawed | ||
+ | *Feathered | ||
+ | *Feral | ||
+ | *Furred | ||
*Furry | *Furry | ||
+ | *Inorganic | ||
+ | *Knotted - Penis has a coupling knot, usually canine | ||
+ | *Latex | ||
+ | *Legless | ||
+ | *Multiarms | ||
+ | *Multiheads | ||
+ | *Pouch | ||
*Scaled | *Scaled | ||
− | * | + | *Serpentine - Snake body |
+ | *Snout | ||
+ | *Tailed | ||
+ | *Tails - more than one tail | ||
*Taur - Tauric body (i.e. - Centaur) | *Taur - Tauric body (i.e. - Centaur) | ||
− | * | + | *Udder |
− | |||
− | |||
*Winged - Creature has wings, usually on torso | *Winged - Creature has wings, usually on torso | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Parsing == | == Parsing == |
Revision as of 02:07, 16 April 2013
Help File
Flags are generally used for string parsing. Example of flag usage in an if-block with string parsing: [if tailed is present in [player]]You have a tail![else]You do not have a tail![end if] These flags can be used in descriptions in conjunction with string parsing for your enjoyment. [if tails is present in [player]]Genesis's tails sway back and forth[else]Genesis's tail rests idly, draping below their rump.[end if] Flag commands: Flag <name of person/infection> - Lists flags of a person/infection. List flags - A list of the various flags.
Available Flags
- Barbed - Penis is barbed, usually feline
- Beaked
- Candy
- Clawed
- Feathered
- Feral
- Furred
- Furry
- Inorganic
- Knotted - Penis has a coupling knot, usually canine
- Latex
- Legless
- Multiarms
- Multiheads
- Pouch
- Scaled
- Serpentine - Snake body
- Snout
- Tailed
- Tails - more than one tail
- Taur - Tauric body (i.e. - Centaur)
- Udder
- Winged - Creature has wings, usually on torso
Parsing
[if flag is present in [person]]
Example: [if Serpentine is present in [player]]