![]() |
If I Use SRC.NEWITEM= In Script To Add an Item 2 World Is There a Command 2 Remove It - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions) +--- Forum: Sphere 51a Help (/Forum-Sphere-51a-Help) +--- Thread: If I Use SRC.NEWITEM= In Script To Add an Item 2 World Is There a Command 2 Remove It (/Thread-If-I-Use-SRC-NEWITEM-In-Script-To-Add-an-Item-2-World-Is-There-a-Command-2-Remove-It) |
If I Use SRC.NEWITEM= In Script To Add an Item 2 World Is There a Command 2 Remove It - Admin Drew - 07-03-2013 12:52 PM Hi.. I'm trying to figure out if there is a command I can add to a script to remove an item after it's been added to the world. When someone uses the item I scripted an SRC.NEWITEM= will appear in the world by them but I just want it there for a second and then to disappear. Is there a SRC.REMOVEITEM= command or something else that will look for the new item ID that has been made and remove it from the world shortly after? I have tried using the REMOVE command after it's made, and tried setting the new item to decay with no luck..it still just stays in world and isn't removed. Thanks all RE: If - Mulambo - 07-04-2013 02:48 AM Code: somescript Code: ONTRIGGER=TIMER RE: If I Use - Admin Drew - 07-04-2013 11:16 AM Mulambo thanks again man that worked great! |