Jump to content

How do I replace an item of one type with an item of another, without


Recommended Posts

Posted

More or less self-explanatory.

If I cannot swap out an item's ID for another, I thought that a script could work, as in "If (ID) get ref in (Anything?) then replace (Id) with (ID).

 

 

HELP!

Posted

Begin GameMode

 

if player.hasitem XX

player.additem XXX

player.removeitem XX

endif

 

End

 

Xx being the first id and xxx being the second id. I think this is what your looking for.

  • Recently Browsing   0 members

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