kalabasa Posted November 19, 2021 Share Posted November 19, 2021 Im using Euphy's quest shop i want to make quest that require's mutiple point ex headgear1 requires kafrapoints,activitypoints,eventpoints etc. anyone which part of the code i need to check with. Quote Link to comment Share on other sites More sharing options...
0 Ronald Posted February 9 Share Posted February 9 On 11/19/2021 at 10:05 PM, kalabasa said: Im using Euphy's quest shop i want to make quest that require's mutiple point ex headgear1 requires kafrapoints,activitypoints,eventpoints etc. anyone which part of the code i need to check with. // ----------------------------------------------------------- // Points variable -- optional quest requirement. // setarray .Points$[0],"<variable name>","<display name>"; // ----------------------------------------------------------- setarray .Points$[0], "#CASHPOINTS", "Cash Points"; Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted February 9 Author Share Posted February 9 6 hours ago, Ronald said: // ----------------------------------------------------------- // Points variable -- optional quest requirement. // setarray .Points$[0],"<variable name>","<display name>"; // ----------------------------------------------------------- setarray .Points$[0], "#CASHPOINTS", "Cash Points"; setarray .Points$[0], "#CASHPOINTS", "Cash Points", "#ACTIVITYPOINTS", "Cash Points"; Yeah, I need mutiple of it. it only read cashpoints when i set. it i need like questitem1 = requires 1cash point,1activity points, etc etc. Quote Link to comment Share on other sites More sharing options...
Im using Euphy's quest shop i want to make quest that require's mutiple point ex headgear1 requires kafrapoints,activitypoints,eventpoints etc. anyone which part of the code i need to check with.
Link to comment
Share on other sites