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
   Lead Actor Swapper script error Ace_V 24 839 6 hours ago
Last Post: Ace_V
   Actor Voices by diamondandplatinum3, note-tag commands not working! Starmage 1 503 08-04-2025, 09:02 AM
Last Post: Starmage
   Plugin or Script help with Item menu, SKill menu, and Equip menu JayRay 3 2,754 11-22-2024, 07:02 PM
Last Post: JayRay
   Personal graph by actor zlsl 4 7,887 10-23-2021, 06:43 AM
Last Post: zlsl
   Script compatibility help Lord Vectra 3 7,080 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 22,297 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Refreshing original skills names Whisper 2 6,727 05-31-2020, 04:35 PM
Last Post: Whisper
   "Wait" in the script Whisper 13 21,601 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 21,560 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   Handling very long Item Names Mel 4 10,267 09-24-2018, 06:37 PM
Last Post: Mel



Users browsing this thread: 1 Guest(s)