|
|
|
|
|
|
Posted: Mon Jun 21, 2010 9:37 pm
Sokoya Ramak I don't really know what tools your working with. And I don't know s**t about programming to begin with. However... a sort of patch over the problem solution might be a if statement. If Alignment A x Alignment B=0, Then +1 or some such. I was thinking something like that... Since I want to reward characters for having more Affinities, Let Alignment A = character's Alignment value, Then if Alignment B =0, then Reaction += Alignment A using RPGmaker XP.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 9:52 pm
Michael Noire Sokoya Ramak I don't really know what tools your working with. And I don't know s**t about programming to begin with. However... a sort of patch over the problem solution might be a if statement. If Alignment A x Alignment B=0, Then +1 or some such. I was thinking something like that... Since I want to reward characters for having more Affinities, Let Alignment A = character's Alignment value, Then if Alignment B =0, then Reaction += Alignment A using RPGmaker XP. here's what I got working a = $data_system.party_members[0] b = $game_actors[a] c = $data_enemies[1] n = (b.element1 - 3) * (c.element_ranks[1] - 3) if n != 0 $game_variables[3] += n else $game_variables[3] += b.element1 - 3 end p $game_variables[3]
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 9:55 pm
Michael Noire a = $data_system.party_members[0] b = $game_actors[a] c = $data_enemies[1] n = (b.element1 - 3) * (c.element_ranks[1] - 3) if n != 0 $game_vathisisclearlyforfagsriables[3] += n else $game_variables[3] += b.element1 - 3 end p $game_variables[3]
Good work you've got there.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:12 pm
I dunno wtf he's talking about.
Someone make sense.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:21 pm
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:21 pm
My head is full of ********.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:24 pm
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:28 pm
@ Barton Temple: Interesting, KB.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:29 pm
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:29 pm
I am a worm before I am a man, I was a creature before I could stand, and I will remember before I forget.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:34 pm
******** Slipknot.
What are you, in high school?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:37 pm
C. Fox What are you, in high school? Nope, but I do know that you are Mexican, so your opinion/word is void.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:38 pm
i. need. slipknot. or some other form of metal.
i have listened to way too much bullshit the past week.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:39 pm
confused What's wrong with being a Mexican, dickhead?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jun 21, 2010 10:44 pm
Roen Jaeger confused What's wrong with being a Mexican, dickhead? Technically, nothing is wrong with being one, but C.Fox is a jackass. So I just thought I would throw in a bit of racism. No offense intended.
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|