de meester
Member
Hi everybody,
I'm looking for a script, but if it is really easy, then tell me and I will try to make it myself, cuz I'm learning RGSS
The script I'm looking for is a script that keeps track of a variable named drunkness. If the value for this variable is a certain number, it should substract 1 after a certain time that depends on the current value
e.g. If drunkness=3 then after 15 minutes 1 should be substracted, but if drunkness=15 then 1 shuold be substracted after 1 min
The script should also check if the constant is above a certain value and if it is, then it should inlfuence your screen
e.g. drukness=1 => nothing happens
drunkness>6 => screen becoms a bit blurry (fog maybe?)
drunkness>10 => screen becomes very blurry
drunkness>15 => everytime you take a step forward, you also take a step to the right or the left
drunkness>20 => no more items can be used that increase the value of drunkness
Is this possible and/or very hard??
Thanks
I'm looking for a script, but if it is really easy, then tell me and I will try to make it myself, cuz I'm learning RGSS
The script I'm looking for is a script that keeps track of a variable named drunkness. If the value for this variable is a certain number, it should substract 1 after a certain time that depends on the current value
e.g. If drunkness=3 then after 15 minutes 1 should be substracted, but if drunkness=15 then 1 shuold be substracted after 1 min
The script should also check if the constant is above a certain value and if it is, then it should inlfuence your screen
e.g. drukness=1 => nothing happens
drunkness>6 => screen becoms a bit blurry (fog maybe?)
drunkness>10 => screen becomes very blurry
drunkness>15 => everytime you take a step forward, you also take a step to the right or the left
drunkness>20 => no more items can be used that increase the value of drunkness
Is this possible and/or very hard??
Thanks