Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Duel!
« previous
next »
Print
Pages: [
1
]
Author
Topic: Duel! (Read 2043 times)
hippieshopper
Doin' the Deed
Initiate
Posts: 66
Get the spiders off me!
Duel!
«
on:
July 14, 2008, 10:45:23 PM »
Is there anyway to set up a duel system, kinda like in Suikoden?
I think I've seen it done before but I don't remember...
A rock, paper, scissors kinda system, I guess
Logged
When I rule the world, it will be fun to decide who lives. Based on what I've seen from you all - not many will.
lilsniffs3
Exemplar
Posts: 1,573
Re: Duel!
«
Reply #1 on:
July 14, 2008, 11:07:33 PM »
Yes.
Varible Choice: Random, 0-3.
Show Choices: Rock Paper and Scissors.
ROCK:
Conditional Branch if Variable Choice is 1.
Message: Rock ties with Rock! Let's try again!
else handler:
Branch if variable choice is 2.
Message: Paper beats rock! You lose!
Else:
Message: Rock beats scissors, you win!
END
varible Choice set to 0.
And do the same for the rest.
Logged
hippieshopper
Doin' the Deed
Initiate
Posts: 66
Get the spiders off me!
Re: Duel!
«
Reply #2 on:
July 14, 2008, 11:54:28 PM »
That's not what I meant...heh
The duel system in Suikoden works like rock, paper, scissors...
You have two people fighting, and their health bars are shown in each top corner, and there are three types of attacks Attack, Desperate Attack, and Defend
Attack beats Defend, Defend beats Desperate Attack, and Desperate Attack beats Attack.
Kinda like that
Logged
When I rule the world, it will be fun to decide who lives. Based on what I've seen from you all - not many will.
lilsniffs3
Exemplar
Posts: 1,573
Re: Duel!
«
Reply #3 on:
July 15, 2008, 12:33:44 AM »
I'm sure it can be edited off what I said.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Duel!