Illusion Gaming
RMXP Pro
- 210
- Posts
- 18
- Years
- Age 32
- Seen Dec 10, 2007
Yeah I know I found it but I couldn't script it out not because I can't because I suck at math so I couldn't get it to work :(
Illusion Gaming said:I know how to script it but I can't get it to work because the way i'm trying to make it is by making an array. so hes like th outline of what I made so far:
pp = []
for i in 0...999
skill = @data_skills
pp = skill.sp_cost
end
but when I tested it it won't show anything for the pp :/. so what I think thats doing is putting all the arrays of the skill sp cost in only the 1st array in pp. but i'm not sure. well if you can figure out how to make it and tell me like how to do i'll script it and find out if it works or not. as for the part where it takes away one or check if its at 0 will be easy.