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.
i need a script please

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 82
does anyone have a script to enable a sort of relationship status with characters like player 1 is friends with player2 but not so much with player3 ( base 0 sworn enemy=-100 and best friends=100 )  ;9 it would be a great help

********
Furry Philosopher
Rep:
Level 94
Rawr?
2013 Best RPG Maker User (Creativity)Gold - GIAW 11 (Hard)Randomizer - GIAW 11Secret Santa 2013 ParticipantFor frequently finding and reporting spam and spam bots2012 Best RPG Maker User (Mapping)2012 Best RPG Maker User (Programming)Secret Santa 2012 ParticipantGold - GIAW 9Project of the Month winner for September 2008For taking a crack at the RMRK Wiki2011 Best RPG Maker User (Programming)2011 Best Veteran2011 Kindest Member2010 Best RPG Maker User (Story)2010 Best RPG Maker User (Technical)
You could try just using variables and events instead, depending on what changes the relationship number between characters. You could also try using captial letters, but that's just my opinion.




*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Best RPG Maker User (Scripting)2010 Best Use Of Avatar And Signature Space
Yeah, have you tried using variables? Considering that you would have to manually modify the values every time you want it to increase or decrease, using variables seems to me to be the best way, as that wouldn't require you to learn or use any Ruby syntax. Do you want it to show up anywhere in the menu?

**
Rep: +0/-0Level 82
You could try just using variables and events instead, depending on what changes the relationship number between characters. You could also try using captial letters, but that's just my opinion.

thanks i'll try this out. i'll let you know what happends

**
Rep: +0/-0Level 82
Yeah, have you tried using variables? Considering that you would have to manually modify the values every time you want it to increase or decrease, using variables seems to me to be the best way, as that wouldn't require you to learn or use any Ruby syntax. Do you want it to show up anywhere in the menu?

i'll try this out and at first i wanted to but if its to hard i wont do it

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Best Member2012 Best RPG Maker User (Scripting)2012 Favorite Staff Member2012 Most Mature MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Best RPG Maker User (Scripting)2010 Best Use Of Avatar And Signature Space
Actually, I think jet has released an approval rating script. It's in his collection of snippets: http://rmrk.net/index.php/topic,38168.0.html

It might be worth a try since that's what you originally wanted.

********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
Yeah, have you tried using variables? Considering that you would have to manually modify the values every time you want it to increase or decrease, using variables seems to me to be the best way, as that wouldn't require you to learn or use any Ruby syntax. Do you want it to show up anywhere in the menu?

i'll try this out and at first i wanted to but if its to hard i wont do it


it's actually not that hard, to me, it's extremely easy. However, a lot of people find variables hard to grasp, so it might be difficult if you don't understand them.

**
Rep: +0/-0Level 82
Yeah, have you tried using variables? Considering that you would have to manually modify the values every time you want it to increase or decrease, using variables seems to me to be the best way, as that wouldn't require you to learn or use any Ruby syntax. Do you want it to show up anywhere in the menu?

i'll try this out and at first i wanted to but if its to hard i wont do it


it's actually not that hard, to me, it's extremely easy. However, a lot of people find variables hard to grasp, so it might be difficult if you don't understand them.

oh cool