so i have this script when you click to an npc it shows pictures using this :
this is the script i'm currently using: ''idea from the_sign_quest script''
- script Danica Torres 111,{
callfunc "F_UpdateSignVars";
cutin "danica_1",4;
mes "^3355FFDanica Torres^000000";
next;
cutin "danica_1",255;
cutin "danica_2",4;
mes "^3355FFDanica Torres^000000";
next;
cutin "danica_2",255;
cutin "danica_3",4;
mes "^3355FFDanica Torres^000000";
next;
cutin "danica_3",255;
cutin "danica_4",4;
if (!sign_q) set sign_q,1;
mes "^3355FFDanica Torres^000000";
close2;
cutin "danica_4",255;
end;
}
Yes, it is working, but what i want is, to have a "next/previous/close" options in the menu so that i can browse back to the previous photo or to the next one, or close it.
Question
Santino
so i have this script when you click to an npc it shows pictures using this :
this is the script i'm currently using: ''idea from the_sign_quest script''
Yes, it is working, but what i want is, to have a "next/previous/close" options in the menu so that i can browse back to the previous photo or to the next one, or close it.
really noob at scripting
need some help
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.