Well we have weight check, zeny check, base level and job level checker and class checker. I wonder if we have @bodystyle checker? Im trying to set condition. Thanks!
Idea:
if(@bodystyle <=1){
mes @header$;
mes "bahu ka!";
mes " ";
mes " ";
mes " ";
mes "bantut!";
close;
}
But it doesnt seem to work. Ive tried many variable. No map error tho. But it doesnt work.
Ive tried the following:
if (.@bodystyle < 1 || .@bodystyle > .@bodystylemax)
if (!bodystyle <= 1)
if (bodystyle <= 1)
if (@bodystyle <= 1)
if (body_style <= 1)
Question
Gidz Cross
Well we have weight check, zeny check, base level and job level checker and class checker. I wonder if we have @bodystyle checker? Im trying to set condition. Thanks!
Idea:
if(@bodystyle <=1){ mes @header$; mes "bahu ka!"; mes " "; mes " "; mes " "; mes "bantut!"; close; }
But it doesnt seem to work. Ive tried many variable. No map error tho. But it doesnt work.
Ive tried the following:
if (.@bodystyle < 1 || .@bodystyle > .@bodystylemax) if (!bodystyle <= 1) if (bodystyle <= 1) if (@bodystyle <= 1) if (body_style <= 1)
Thanks!
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.