Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> JanKen RPS, fast-paced and easy to play!
Alt_Jack
post Mar 3 2011, 10:01 PM
Post #1


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




Yes, Rock/Paper/scissors (or RPS), also known as Jan Ken, is now available as an obnoxious VX mini-game.
since I don't release demos (please don't complain), simply copy it down, since it's written word-for-word. Comp is computer and represents their random number, player is you and that variable corresponds to your choice. The part where it says \v [ 9 ] is the variable it has in my game, and is solely for testing; it shows you what number the computer has before asking you to make a selection, so remove it.
JanKen RPS

Comment: a/1=rock
>b/2=paper
>c/3=scissors
Label: Start
control variables: [0009]Comp = random no (1...3)
text: computer: \v[9]
show choices: rock, paper, scissors
-When Rock
control variables: player = 1
condition branch: variable Comp = = variable player
call common event: draw
text: play again?
show choices: yes, no
when yes
jump to label: start
when no
branch end
condition branch: variable comp = = 3
call common event: win
text: play again?
show choices: yes, no
when yes
jump to label: start
when no
branch end
Condition branch: when variable comp = = 2
call common event: lose
text: play again? (etc)

You get the idea (I hope). Use the comment box as a guide when making the other two (paper, scissors). If you play "match the numbers" with the variables, you'll figure it out easily.

3 additional things:

1. The "comment" section at the beginning is to remind you what corresponds with what, and should be used accordingly
2. if you're one of those people who like making pictures of everything, put in "show picture: 1" at X+ -100, then "move picture" to 0,0.
this makes the picture appear offscreen, then slide in. Simply reverse it to have hands slide in from both sides. Put it in either the common event codes or before it's called up (after the variable matching)
3. the common events (win/lose/draw) have "gold-change-increase-100", "gold-change-decrease-100", and no change (respectively)

I also probably spelled "scissors" wrong.

Anyways, I'm very tired right now, so I'll fill in the rest t'morrow. pinch.gif


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Mar 4 2011, 12:28 PM
Post #2


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




Clever. tongue.gif



__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
Alt_Jack
post Mar 4 2011, 11:42 PM
Post #3


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




Ha. In what sense? The name is the only clever part; the rest is a pain in the sacrum. pinch.gif


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
RzrBladeMontage
post Mar 5 2011, 01:20 AM
Post #4


"Hey.. would you say... I became a Hero?" - Zack Fair
Group Icon

Group: Revolutionary
Posts: 773
Type: Event Designer
RM Skill: Advanced




Ooo this looks pretty cool jack! You've done it again - another fine event system! wink.gif


__________________________





Go to the top of the page
 
+Quote Post
   
sasofrass
post Mar 5 2011, 11:33 AM
Post #5


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




QUOTE (Alt_Jack @ Mar 5 2011, 02:42 AM) *
Ha. In what sense? The name is the only clever part; the rest is a pain in the sacrum. pinch.gif


Clever in the sense that I never thought of this to add in my game teehee.gif


__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
Reshiram//Exe
post Mar 5 2011, 01:54 PM
Post #6


Big Ball of WTF
Group Icon

Group: Revolutionary
Posts: 856
Type: Event Designer
RM Skill: Advanced




Nice event. I might make something similar with a dice. It doesn't seem all that hard to event, or is that just me? It seems to be a few options, some conditional branches and a few comments. biggrin.gif But nice work once again.

This post has been edited by Phantsmal: Mar 5 2011, 01:55 PM
Go to the top of the page
 
+Quote Post
   
Alt_Jack
post Mar 5 2011, 04:03 PM
Post #7


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




QUOTE (Phantsmal @ Mar 5 2011, 02:54 PM) *
Nice event. I might make something similar with a dice. It doesn't seem all that hard to event, or is that just me?

Depends on your skill. It's a bit tricky to get working, but it's tedious to make (remember that I only posted a 1/3 of it). pinch.gif

Speaking of tedious, I was hoping that I could submit this to the event resouce submission...thing. Yes.


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
RzrBladeMontage
post Mar 8 2011, 08:48 PM
Post #8


"Hey.. would you say... I became a Hero?" - Zack Fair
Group Icon

Group: Revolutionary
Posts: 773
Type: Event Designer
RM Skill: Advanced




No problem Jack, I'll add it to the list.


__________________________





Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 22nd May 2013 - 04:21 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker