DK77 Posted July 3, 2017 Posted July 3, 2017 (edited) How to make if i kill mob inside gold room , i will get cashpoint ?? This is my example of gold room script getitem 969,5; //-- > Gold getitem 7005,1; //--> Skull I already try this Spoiler #CASHPOINTS = #CASHPOINTS + .@R; dispbottom "Gained : "+ .@R +" points. Total : "+ #CASHPOINTS +" points."; } end; OnInit: set .@R,1; //cashpoints per kill end; } but still not receive any cash point Edited July 3, 2017 by DK77 Quote
0 Cyro Posted July 3, 2017 Posted July 3, 2017 42 minutes ago, DK77 said: #CASHPOINTS = #CASHPOINTS + .@R; #CASHPOINTS,#CASHPOINTS+.@R; Quote
Question
DK77
How to make if i kill mob inside gold room , i will get cashpoint ??
This is my example of gold room script
getitem 969,5; //-- > Gold
getitem 7005,1; //--> Skull
I already try this
but still not receive any cash point

Edited by DK772 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.