View Single Post
MilloCz

JCF Member

Joined: Jan 2011

Posts: 24

MilloCz is doing well so far

Aug 21, 2016, 12:34 AM
MilloCz is offline
Reply With Quote
3) I haven't yet quite figured out jjParameterGet, this code should tell me, how many of each gem is in the crate:

Code:
	jjAlert("----------------------------------");
	jjAlert(formatInt(jjParameterGet(26,19,4,0),"1"));
	jjAlert(formatInt(jjParameterGet(26,19,4,4),"1"));
	jjAlert(formatInt(jjParameterGet(26,19,4,8),"1"));
	jjAlert(formatInt(jjParameterGet(26,19,4,12),"1"));
	jjAlert("----------------------------------");
But it shows correct number only for the green, why?

It also doesn't seem to work properly on "Area ID", not giving area's ID.

EDIT: Meh, question 3 solved. sorry for spam

Last edited by MilloCz; Aug 21, 2016 at 12:45 AM.