Help me!! on script Cash coin

rotloso

New member
Messages
17
Points
0
//== Usable Items ==========================================
{
    Id: 600
    AegisName: "Cash_Coin"
    Name: "Cash Coin"
    Type: 2
    Buy: 60
    Weight: 1
    BuyingStore: true
    Script: <" ......................... ; ">
},
 
I'm newbie,
 
I need script Cash_coin, when used random add 1-10 cash points!!
 
(sorry for my English)
 
Script: <" #CASHPOINTS += rand(1,10); ">

 
Back
Top