Virtue Posted January 19, 2012 Posted January 19, 2012 Hi, i've got a question, I am making a Vending Area script, and i want them to vend in proper lines, how do i make it? for example they can only vend at amatsu 100,157 to amatsu 110,157 then another line/row Quote
Joseph Posted January 19, 2012 Posted January 19, 2012 Try this: OnInit: setcell "amatsu",0,0,360,360,cell_novending,1; setcell "amatsu",100,157,110,157,cell_novending,0; Quote
Question
Virtue
Hi, i've got a question,
I am making a Vending Area script, and i want them to vend in proper lines, how do i make it?
for example they can only vend at amatsu 100,157 to amatsu 110,157 then another line/row
1 answer 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.