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 Du eine Aufgabe erstellen oder bearbeiten möchtest, kann dies hier geschehen. Füge einfach in der Liste “Aktuelle Aufgaben” eine Zeile hinzu. Eine Aufgabe hat natürlich ein bestimmtes Format und müssen vom html-Tag “‹code›…‹/code›” umschlossen sein. Die ersten vier Zeilen einer Aufgabe müssen die folgenden Schlüsselwörter enthalten:

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

Die möglichen Schlüsselwörter für “Limit” und “Require” findest Du weiter unten.

Aktuelle Aufgaben:

  • waxnipples - Eine Beispielaufgabe zum Bearbeiten
  • hold your breath - [ready]
  • silk it - Tanzen und mehr
  • lines - Einfach schreiben [ready?]
  • eyes - Ein paar Versuche mit einer längeren Aufgabe [ready?]
  • top ten chastity - Anreiz für besser Stimmung
  • shower time - Spaß unter der Dusche [added]
  • feel lucky - Das wird eine wirklich nette Aufgabe werden…

Testen einer Aufgabe

Du kannst einer der Aufgaben ausprobieren, indem Du sie in der Nachrichtenzentrale auswählst (“Test task”). Das austesten einer Aufgabe hat keine Auswirkung auf die Stimmung, insbesondere zieht das Abbrechen einer Aufgabe keine Konsequenzen nach sich, die Ergebnisse (Bilder) verbleiben aber im System.

Veröffentlichen einer Aufgabe

Wenn Du der Meinung bist, dass Du eine Aufgabe so fertiggestellt hast, dass sie von Herrin Jennifer genutzt werden kann, dann musst Du den Ausdruck “[ready]” der Aufgabenbeschreibung in der Liste oben hinzufügen. Die Aufgabe wird dann von Herrin Jennifer oder einem ihrer Helfer geprüft und dann der Liste der zufälligen Aufgaben hinzugefügt.

Entwicklung von Aufgaben

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.1485272130.txt.gz · Last modified: 2017/01/24 15:35 by schlabi