Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - chibievil

1
Script Troubleshooting / Re: Help
December 09, 2018, 12:59:37 am
Oh god. I didn't realize that was what that did. I am so sorry. Thanks I see it now.
2
Script Troubleshooting / Re: Help
December 08, 2018, 11:11:29 pm
this is currently the notetags am using
<init title: 1>
<INI_ALIGN: -4>
<age: 22>

I deleted the script calls, cos They wasn't working. but this is what i used:
$game_actors[1].set_custom_bio[1] = "Age: \aage[1]
Alignment: \aal[1]"


this is for the status addon to set custom bio

text =
""Age: \\aage[1] \n"
"Alignment: \\aal[1] \n"
$game_actors[x].description = text


this is for yanfly status core to set bio description.
3
Script Troubleshooting / Re: Help
December 08, 2018, 10:48:49 pm
Sure but some of them require images, should I upload them as well? Here is the scripts either way. https://drive.google.com/file/d/1gYrmxWuyc9LDGqt5IDdl4R_89AJkNOCG/view?usp=sharing
4
Script Troubleshooting / [Resolved]Help
December 08, 2018, 10:25:31 pm
Am using rpg maker vxace and am trying to get a script to show custom things, like age, alignment etc.
It's for these scripts: https://bmscripts.weebly.com/advanced-yea-status.html https://bmscripts.weebly.com/actor-alignment.html

Either I am not understanding how to have it added. Or it doesn't work with the scripts I use.
I tried setting the bio via an autorun event, but it doesn't change it. I also used the actor notetags. but it still doesn't change it. Am hurting my brain trying to figure this out.

thanks in advance.