RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED] Alcohol?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 87
Hi, I am new to RPG Maker. I use RPG Maker 2003 and I was wondering how to make alcohol. Any help would be appreciated.


Thanks,

Mike
« Last Edit: April 23, 2007, 02:54:30 PM by Zeriab »

*
Shooting for the "MEMBER MODERATOR OF THE YEAR 2007" Award
Rep:
Level 89
Hi, there.
I think I saw a script somewhere that gives you the illusion of being drunk on the screen.
 As for using the alcohol, make an item called Alcohol
Sig by MacGravel

**
Rep:
Level 87
Why are you reading this look over there -->
okay here is what you do:
go into your database and goto the common events tab and make a new event called drunk
make sure it is parallel process then open the command box(click the <> twice) and goto the third page and click the conditional branch and make variable drink(or name it anything) is equal to or greater then what ever number you want make sure the else handler is not checked
so i should look like this:
<>Branch if Var [xxxx:Drink] is {x} or more
 <>
: End
<>
{x} is the number you chose and the xxxx is just the number of the variable
then click the <> in side the branch you just made and have it tint screen then add weather effects fog weak so now it should look like this:

<>Branch if Var [xxxx:Drink] is {x} or more
 <>Tint Screen: (R100,G100,B100,S040), 1.0 sec (Wait)
 <>Weather Effects: Fog, Weak
: End
<>

now that you have this done you need to goto the items tag and make an item called wine or beer or anything you want and make it a switch event, so then you need to go back to the common event tag and make a new event called drink what you need to do is have it add 1 to drunk variable so it should be like this:
<>Variable Oper: [xxxx:Drink] Set, 1
and have the event a parallel process and the switch is drink or something
now go back to the item tag and have the switch as drink
okay for him to be sober just have in the drunk event a timer and then make another conditional branch and have that if the timer is grater then or equal to what ever time you want so it'll be like this:

<>Branch if Var [xxxx:Drink] is {x} or more
 <>Tint Screen: (R100,G100,B100,S040), 1.0 sec (Wait)
 <>Weather Effects: Fog, Weak
<>Timer 1 Operation: Start
<>Branch if Timer 1 is xMS xxS or more
 <>Tint Screen: (R100,G100,B100,S100), 1.0 sec (Wait)
 <>Weather Effects: None
: End


the x's are whatever you want them to be so i think thats it any problems just ask



**
Rep: +0/-0Level 87
Hmm... Is that RMXP? I don't see any way to do that with 2003.

*
A Random Custom Title
Rep:
Level 96
wah
Eventing is the exact same (except for a couple of extras in RMXP, maybe) in both RMXP and RM2k3.

**
Rep: +0/-0Level 87
Yeah, I see it now. Thanks!

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Solved? Add [RESOLVED] to topic title
Watch out for: HaloOfTheSun

******
Rep:
Level 92
Welcome Poster of Year 2006 Award
Actually extras are in rm2k3. RMXP only has scripting.. But ya, they are mostly similar. Some renames though, so be careful.
Do you want to be part of a growing Gaming Community, with many galleries, comics, active community, and gfx artists? Also known to be friendly. Also want some free anime music just for signing up? Play in the arcade?



Click Community Forums to join!

< Zelda Fan Club