- Feb 10, 2017
- 927
- 358
That should prevent future bladder infectionsthanks
been wearing shorts when it was like 7c outside ^_-
To increase mood a quick fix is usually at the doctors office in pavolskdo normal vitiams make you loose weight
also is there any way to rapidly increase mood
appearantly i have been loosing weight at random *prob due to 2 meals a day some times 1*
and going insane stripping off my clothes and getting locked up in a nut house
Smoking, maturbating, and drinking tea with cookies will all increase mood.also is there any way to rapidly increase mood
Watching TV works tooSmoking, maturbating, and drinking tea with cookies will all increase mood.
If we look at 'rapidly' we are mostly talking about things that deal with addiction. Most kind of drugs will rapidly fill your mood - like cigarettes and harder drugs. As of 'normal' - most has been listed but sex and 'fun' activities in general. That includes dancing, sunbathing etc. As the original code had no centralized function that controls the mood addition/subtraction the swings are pretty arbitrary as of now and hardcoded by whoever made an event. Part of the unification of things.do normal vitiams make you loose weight
also is there any way to rapidly increase mood
appearantly i have been loosing weight at random *prob due to 2 meals a day some times 1*
and going insane stripping off my clothes and getting locked up in a nut house
github is publicly visible without a login which is why we wanted a consolidated bug area there. We are aware of the picture restriction as of now but we also have a new debugging system in place that will hopefully eliminate the need to post pictures or send files very soon.Not sure about the new reporting system... I do not see a way of uploading images or files in case they are needed.
Anyway.
Found an issue with the bank. Before I had to pay via bank account. Now I have rented the appartment without an account, but when I opened one my balance was the amount I put minus 6000R
You don't have permission to view the spoiler content. Log in or register now.
I actually like it especially the well chosen variable names!@toolkitxx I made a 12hr format system it works just wanted to check if it is done properly or if there was any easier method.
You don't have permission to view the spoiler content. Log in or register now.
Ok thx for input I'm slowly learning lolI actually like it especially the well chosen variable names!
The only comment i would have from the top of my head would be about the minutes and re-usability. Everytime you create something that isnt just appearing in a single spot a generalized approach would be best. So creating the formatted string and stuffing it into a variable $formmatted_time would be ideal
Its why i mentioned it - i am fully aware of what you told me about coding. There are functions in qsp that let you manipulate variables by position. For strings that means you could format your time from the basetime into a string and let your function replace the first 2 digits into the am-pm format when the user choses to switch to that format. As it is a display only function working with strings is pretty ok.Ok thx for input I'm slowly learning lol
i completely forgot to ask: you said you rented the apartment without an account - but you didnt pay with cash either, or did you?Not sure about the new reporting system... I do not see a way of uploading images or files in case they are needed.
Anyway.
Found an issue with the bank. Before I had to pay via bank account. Now I have rented the appartment without an account, but when I opened one my balance was the amount I put minus 6000R
You don't have permission to view the spoiler content. Log in or register now.
Yea I would have done it more like the temperature thing but I didn't know base for time, like temper is base for temperature.Its why i mentioned it - i am fully aware of what you told me about coding. There are functions in qsp that let you manipulate variables by position. For strings that means you could format your time from the basetime into a string and let your function replace the first 2 digits into the am-pm format when the user choses to switch to that format. As it is a display only function working with strings is pretty ok.
Its 'hour' for hours and 'minut' for minutes - a full time is usally a created string when we are talking displayYea I would have done it more like the temperature thing but I didn't know base for time, like temper is base for temperature.
Ok I didn't know if it had base for all time both hr&mm together or not, I noticed in cheat input time so thought it might have base for both together.Its 'hour' for hours and 'minut' for minutes - a full time is usally a created string when we are talking display