rakuzas Posted June 20, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share Posted June 20, 2013 (edited) Hello, im tried make consumeable item that will give cash points.. But somehow its not working.. Im using this script at the item : {atcommand "@points 100"; }{}{} Maybe this command wrong? Thanks in advance.. Edited June 20, 2013 by rakuzas Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted June 20, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted June 20, 2013 7176,100_Cash,100 Cash,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{set #CASHPOINTS, #CASHPOINTS+100; dispbottom "You have received 100 Cash Points.";},{},{} 1 Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted June 20, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted June 20, 2013 set #CASHPOINTS, #CASHPOINTS+100; Quote Link to comment Share on other sites More sharing options...
rakuzas Posted June 20, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Author Share Posted June 20, 2013 (edited) Its still not working.. No error at console.. I also already change the name at data folder.. Its actually from original item.. im just edit it.. 7176,100_Cash,100 Cash,2,,,10,,,,,,,,,,,,,{set #CASHPOINTS, #CASHPOINTS+100;},{},{} Ok.. Now im manage to make it works.. But is it possible to tell player how much points they receive at chat box? Like command @points 100 by GM, we will see the amount we receive... Here is my current script : 7176,100_Cash,100 Cash,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{set #CASHPOINTS, #CASHPOINTS+100;},{},{} Edited June 20, 2013 by rakuzas Quote Link to comment Share on other sites More sharing options...
rakuzas Posted June 20, 2013 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Author Share Posted June 20, 2013 Thanks a lot.. Its working~ Quote Link to comment Share on other sites More sharing options...
Question
rakuzas
Hello,
im tried make consumeable item that will give cash points.. But somehow its not working.. Im using this script at the item :
{atcommand "@points 100"; }{}{}
Maybe this command wrong? Thanks in advance..
Edited by rakuzasLink 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.