Difference between revisions of "Flags"

From Flexible Survival
Jump to: navigation, search
(Available Flags)
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[Public] Auxilium chills, "So far: Furry, Scaled, Feathered, Taur, Serpentine, Knotted, Barbed, Winged. Soon to be: Beaked, Clawed, Tailed"
+
==Help File==
[Public] Auxilium mewps, "Clawed, Avian, Insect, Animated flags added."
+
<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 allow forms to show their true colors. Or properties, moreso. As an example, take the following:
 +
 +
[if tailed present in [player]]You have a tail![else]You do not have a tail![end if]
 +
This block is dependent upon the 'tailed' flag, generally found on the ass.
 +
 +
There is also [if <flag> naturally present in [player]], which specifically checks your form, instead of you. For example, if you have the 'winged' perk, [if winged present in [player]] will always fire. But if you're not in a form that is winged by default, it will not be 'naturally present'.
 +
 +
Finally, in victories, defeats and transformations, the following are valid to add temporary, non-natural flags:
 +
[add flag <flag> to <bodypart> of [player]]
 +
[remove flag <flag> from <bodypart> of [player]]
  
 +
Flag commands:
 +
flag <name of person/infection> -- Lists flags of a person/infection.
 +
list flags -- A list of the various flags.
 +
To view a topic or index, type +help string parsing/flags/<topic or index>
 +
</pre>
  
[Public] Auxilium chills, "[if flag is present in [person]]"
+
== Available Flags ==
[Public] Auxilium chills, "So, for example, [if Serpentine is present in [player]]"
+
*Barbed -- Penis is barbed, usually feline
 +
*Beaked
 +
*Candy
 +
*Clawed
 +
*Feathered
 +
*Feral
 +
*Flared
 +
*Furry
 +
*Inorganic
 +
*Knotted -- Penis has a coupling knot, usually canine
 +
*Latex
 +
*Legless
 +
*Mouthless
 +
*Multiarms
 +
*Multiheads
 +
*Ovipositor
 +
*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
 +
 
 +
== Flag Groupings ==
 +
 
 +
This section is just a re-listing of some of the available flags, grouped for ease of reference.
 +
 
 +
=== Body Coverings ===
 +
 
 +
*Feathered
 +
*Furry
 +
*Scaled
 +
 
 +
=== Legs and Posture ===
 +
 
 +
*Feral
 +
*Legless
 +
*Serpentine
 +
*Taur
 +
 
 +
=== Material ===
 +
 
 +
*Candy
 +
*Inorganic
 +
*Latex
 +
 
 +
=== Mouth ===
 +
 
 +
*Beaked
 +
*Mouthless
 +
*Snout
 +
 
 +
=== Penis Shapes ===
 +
 
 +
*Barbed
 +
*Flared
 +
*Knotted
 +
 
 +
[[Category:Code]][[Category:Help Files]]

Latest revision as of 07:33, 23 August 2014

Help File

Flags allow forms to show their true colors. Or properties, moreso. As an example, take the following:
 
[if tailed present in [player]]You have a tail![else]You do not have a tail![end if]
This block is dependent upon the 'tailed' flag, generally found on the ass.
 
There is also [if <flag> naturally present in [player]], which specifically checks your form, instead of you. For example, if you have the 'winged' perk, [if winged present in [player]] will always fire. But if you're not in a form that is winged by default, it will not be 'naturally present'.
 
Finally, in victories, defeats and transformations, the following are valid to add temporary, non-natural flags:
[add flag <flag> to <bodypart> of [player]]
[remove flag <flag> from <bodypart> of [player]]

Flag commands:
flag <name of person/infection> -- Lists flags of a person/infection.
list flags -- A list of the various flags. 
To view a topic or index, type +help string parsing/flags/<topic or index>

Available Flags

  • Barbed -- Penis is barbed, usually feline
  • Beaked
  • Candy
  • Clawed
  • Feathered
  • Feral
  • Flared
  • Furry
  • Inorganic
  • Knotted -- Penis has a coupling knot, usually canine
  • Latex
  • Legless
  • Mouthless
  • Multiarms
  • Multiheads
  • Ovipositor
  • 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

Flag Groupings

This section is just a re-listing of some of the available flags, grouped for ease of reference.

Body Coverings

  • Feathered
  • Furry
  • Scaled

Legs and Posture

  • Feral
  • Legless
  • Serpentine
  • Taur

Material

  • Candy
  • Inorganic
  • Latex

Mouth

  • Beaked
  • Mouthless
  • Snout

Penis Shapes

  • Barbed
  • Flared
  • Knotted