Actor names in Quest Script
#5
(03-03-2017, 06:14 PM)JayRay Wrote: okay, so basically, even though you know your main character, is say, Actor 1...

and you know that game actor 2 is going to be involved for these 10 quests,

and game actor 3 will be for those ten quests...

You might go into the quest itself... and where it say say something like

"It seems like Gloria is down, You DO know she likes blueberries"
and if Gloria is Actor 3, you can go

"It seems like "+$game_actors[3].name+" is down, you know she likes blueberries"

Now no matter what the player names Actor 3... you can see the difference

"It seems like Hjelgen Stormthrower is down, you know she likes blueberries"

Now, of course, if you have a GUY in that slot, that might complicate things, but for gender-locked characters, you should be ok.


Did that help? There's a lot of ways in scripts like this to get tons of stuff in those returns. DerVVulfman has some of them in this thread:
http://save-point.org/thread-2920.html

Works like a charm. I got a syntax error at first, but I put the "+$game_actors[3].name+" in between two strings, so it looks like:

   when 13 then return "" +$game_actors[2].name+ ""

I don't think it's gonna cause any errors. I tested it out by changing the actor's name a few times and each time it displayed it. Thank you! You guys rock!
Reply }


Messages In This Thread
Actor names in Quest Script - by jreagan406 - 03-02-2017, 06:39 PM
RE: Actor names in Quest Script - by DerVVulfman - 03-03-2017, 01:22 AM
RE: Actor names in Quest Script - by jreagan406 - 03-03-2017, 04:54 PM
RE: Actor names in Quest Script - by JayRay - 03-03-2017, 06:14 PM
RE: Actor names in Quest Script - by jreagan406 - 03-03-2017, 10:42 PM
RE: Actor names in Quest Script - by JayRay - 03-07-2017, 08:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Plugin or Script help with Item menu, SKill menu, and Equip menu JayRay 3 124 11-22-2024, 07:02 PM
Last Post: JayRay
   Personal graph by actor zlsl 4 4,975 10-23-2021, 06:43 AM
Last Post: zlsl
   Script compatibility help Lord Vectra 3 4,607 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 15,864 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Refreshing original skills names Whisper 2 5,038 05-31-2020, 04:35 PM
Last Post: Whisper
   "Wait" in the script Whisper 13 16,179 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 16,472 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   Handling very long Item Names Mel 4 8,251 09-24-2018, 06:37 PM
Last Post: Mel
   Help iwth script (RGSS Player crash) Whisper 3 8,536 06-17-2017, 05:03 PM
Last Post: Whisper
   Help modifying a script Keeroh 7 10,236 06-11-2017, 04:43 PM
Last Post: DerVVulfman



Users browsing this thread: 1 Guest(s)