Jump to content
  • 0

Unjail item script


Question

Posted

How to make this work? 
 

 7140,Seed_Of_Life,Seed of Life,0,600,,10,,,,,,,,,,,,,{ input .@input$; atcommand "@unjail " + .@input$ },{},{}

An item that when used, the player puts the name of another and uses the command unjail.

3 answers to this question

Recommended Posts

  • 0
Posted
55 minutes ago, kronobr said:

How to make this work? 
 


 7140,Seed_Of_Life,Seed of Life,0,600,,10,,,,,,,,,,,,,{ input .@input$; atcommand "@unjail " + .@input$ },{},{}

An item that when used, the player puts the name of another and uses the command unjail.


Create a function and call it on your item { call unjailfunction;},{ },{ }

  • 0
Posted
5 hours ago, kronobr said:

How to make this work? 

7140,Seed_Of_Life,Seed of Life,0,600,,10,,,,,,,,,,,,,{ input .@input$; atcommand "@unjail " + .@input$; },{},{}

you almost did it, except the missing semi colon;

  • 0
Posted
1 hour ago, Emistry said:

7140,Seed_Of_Life,Seed of Life,0,600,,10,,,,,,,,,,,,,{ input .@input$; atcommand "@unjail " + .@input$; },{},{}

you almost did it, except the missing semi colon;

How should be? Im learning yet about that. Thanks.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...