User Tools

Site Tools


de:task_editor

This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

Bearbeiten / Erstellen einer Aufgabe

Wenn Sie an einer Aufgabe zu arbeiten, kann es hier bearbeitet werden. So fügen Sie unten eine neue Aufgabe ein neues Element in der Liste hinzuzufügen. Aufgaben haben eine strenge Format der folgenden drei Zeilen von gültigen Befehlen gefolgt, 1 zu einer Linie:

Title:Title Name
Sex: Female T Male T
Require: rlock candle
Limits: Bondage Watersport

Aktuelle Aufgaben:

  • waxnipples - an example task for people to work on
  • hold your breath - [ready]
  • silk it - task description
  • lines - a simple, no-limits task [ready?]
  • eyes - playing around with longer tasks [ready?]
  • top ten chastity - directly incentivizing relatively high moods
  • shower time - some fun in the shower [added]
  • feel lucky - Will be a task that may be nice…

Testlauf

Um eine Aufgabe oben wählen Sie aus der linken Seite des Meldesystems laufen. Aufgaben Prüfung hat keine Auswirkungen auf die Stimmung Ebenen aber die Ergebnisse sind immer noch fest im Meldesystem gespeichert.

Veröffentlichen einer Aufgabe

Wenn Sie eine Aufgabe fühlen, ist bereit, um dem System hinzugefügt werden, hinzufügen [bereit], um die Aufgabe in der Liste oben. Es wird dann von einem Moderator geprüft und kann mit der “zufälligen Aufgaben” -Liste hinzugefügt werden.

Beachten Sie, wie es ist ein Fehler passende Grenzen ist gerade jetzt in Aufgaben keine veröffentlicht werden, bis diese sortiert ist. Hoffnung zu arbeiten, von Anfang September sollte so nicht die Menschen davon abhalten, sie trotzdem zu schaffen; -)

Task Script

Beispiel Codesegmente

Simple Example

;This is a comment line. It doesn't do anything, but makes this code easier to read!
show:I'm going to be nice and give you a chance to cum today. First, get naked and fetch a pair of handcuffs.
wait:60
cam:1
button:Naked and ready, Mistress
show:Good, let's get started. Play with yourself, get yourself nice and excited for me.
sound:bell.wav
wait:30

Loops & Random Numbers

;Sets TEMP1 to any number from 1 to 10
settemp1:Math.floor((Math.random() * 10) + 1)
loop:TEMP1
sound:bell.wav
wait:3
endloop

Take Picture Randomly

;This fragment can replace simple wait+cam fragments to make them less predictable
;Change both '60's to be the delay before moving to the next section
settemp1:Math.floor((Math.random() * 60) + 1)
wait:TEMP1
cam:1
wait:60-TEMP1

Differentiate Gender

if:(FEMALE)
settemp1:(girl)
fi
if:(!FEMALE)
settemp1:(boy)
fi
show:Good TEMP1! :)

A-Z of Script commands

Except for comment lines all commands are on a new line with a colon between the command and the parameter

Command Parameter Description
asktext prompt text Text input box - result saved in LASTASK
button Button Text Button
cam Not used Take picture with camera
choice option1,option2…. Create button for each option selected button saved in LASTASK
image image file name Display image file e.g. lib_image/02.jpg
kimage 1 Display a key compromising image of user
log Text to write Write text as if user put in message system
show Display Text
sound Sound file to play e.g. bell.wav
trigger device:(delay in seconds) trigger remote device e.g. trigger:vibe:12
wait number of seconds to wait
web http://www.google.com open page in new window

Flow control

if:(condition)
fi
loop:5 - loops the var LOOPVAR 1..5
endloop
settemp1:(expression) - set TEMP1 to result of expression

Variables

Can be used in all parameters and are swapped for value

LEVEL
MOOD
TEMP1
LASTASK - result of last asktext
FEMALE - returns true if Female, false if Male

Require

Valid words for use in the Require line are as follows (1st 3 are remote devices - last one only allowed to run if sub does not have cum restrictions):

restim rshock rlock chastity buttplug candle crop dildo estim gag handcuffs humbler nippleclamps nochaste cancum 

Limits

Valid words for use in the limits line are as follows (in the same order as options):

Anal Bondage Chastity Cum Financial Outdoor Exhibitionism Orgasm Pain-G Pain-N Sissy Shaving Watersport
de/task_editor.1484856582.txt.gz · Last modified: 2017/01/19 20:09 by schlabi