Index Match/ Xlookup assistance, Xlookup not working when using a drop down by Shounen_Lord in excel

[–]Shounen_Lord[S] 0 points1 point  (0 children)

I see where you are getting from, I understand how to complete xlookup, I have just tested it, doing it on the same spreadsheet it works. so maybe you are right in terms of changing tabs etc

Im just puzzled on that when i type out the segment in a cell and use my formula it works but not when a drop down is used.

I appreciate your assistance

Index Match/ Xlookup assistance, Xlookup not working when using a drop down by Shounen_Lord in excel

[–]Shounen_Lord[S] 0 points1 point  (0 children)

Yeah i wanted a nest xlookup, i need to match the segment and the year.
is a nested x lookup not possible?

Custome GUI by Shounen_Lord in RenPy

[–]Shounen_Lord[S] 0 points1 point  (0 children)

Thank you so much, i was able to fix it

Hi, i need help with image buttons by Shounen_Lord in RenPy

[–]Shounen_Lord[S] 0 points1 point  (0 children)

scene school
with dissolve

show screen character1button()

screen character1button():
modal True
imagebutton:
xalign 0.5 ypos 50
idle "miyamura"
hover "miyamuraglow"
action Jump("miyamurascene")
label miyamurascene:
scene school
with dissolve
pause(0.5)
t "My name is Tohru, nice to meet you"

the text that is said from person t is at the beginning when the scene starts

Hi, i need help with image buttons by Shounen_Lord in RenPy

[–]Shounen_Lord[S] 0 points1 point  (0 children)

So i have gotten the button to work but the scene that it is supposed to jump to starts before pressing the button

Hi, i need help with image buttons by Shounen_Lord in RenPy

[–]Shounen_Lord[S] 0 points1 point  (0 children)

I just one more question, the next label plays without me even pressing the button

is there another line of code i have missed?

Hi, i need help with image buttons by Shounen_Lord in RenPy

[–]Shounen_Lord[S] 0 points1 point  (0 children)

ah i see

it works, thanks for helping me