Jump to content
  • 0

[ Solved ] Q>regarding random reward script


Sallycantdance

Question


  • Group:  Members
  • Topic Count:  224
  • Topics Per Day:  0.14
  • Content Count:  796
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

hello i would like to ask how to edit this z

example in one box theres a random reward and i want to edit the quantity too with random. how can i apply it in this script or is it possible?
i want to change the quantity to random too

 

Quote

        getitem callfunc("F_Rand",1234,1234,1234),1;

 

Edited by Sallycantdance
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   51
  • Joined:  03/30/13
  • Last Seen:  

You can do like 
getitem callfunc("F_Rand",1234,1234,1234),rand(1,20);

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  224
  • Topics Per Day:  0.14
  • Content Count:  796
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

4 hours ago, Vy Low said:

You can do like 
getitem callfunc("F_Rand",1234,1234,1234),rand(1,20);

thank you bro!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...