|
@@ -73,7 +73,7 @@ if $ARGS[0] = 'startpage':
|
|
'While you sit in your chair, you can''t help but wince every time you move. You want to put up a show, but it hurts too much. And besides... you doubt your viewers would want to see you in your current state! You should heal up a bit before trying again.'
|
|
'While you sit in your chair, you can''t help but wince every time you move. You want to put up a show, but it hurts too much. And besides... you doubt your viewers would want to see you in your current state! You should heal up a bit before trying again.'
|
|
act 'Collect your earnings and leave':
|
|
act 'Collect your earnings and leave':
|
|
karta += tokenpay
|
|
karta += tokenpay
|
|
- tokens = 0
|
|
|
|
|
|
+ tokenpay = 0
|
|
gt 'komp_camgirl','start'
|
|
gt 'komp_camgirl','start'
|
|
end
|
|
end
|
|
else
|
|
else
|
|
@@ -88,7 +88,7 @@ if $ARGS[0] = 'startpage':
|
|
act 'Turn on your webcam': gt 'komp_camgirl','waitclients'
|
|
act 'Turn on your webcam': gt 'komp_camgirl','waitclients'
|
|
act 'Collect your earnings and leave':
|
|
act 'Collect your earnings and leave':
|
|
karta += tokenpay
|
|
karta += tokenpay
|
|
- tokens = 0
|
|
|
|
|
|
+ tokenpay = 0
|
|
gt 'komp_camgirl','start'
|
|
gt 'komp_camgirl','start'
|
|
end
|
|
end
|
|
end
|
|
end
|