i would like to request a script that let's you talk to an NPC and you need to give him an item so a window opens as shown in exemple 2
and you have to select the item he asked, if it's the wrong one it buzzes and closes the window.
if it's the good one the window closes too (you lose the number of items asked) and i should be able to activate a self switch or a switch if the item and the number of items was correct.
UPDATE: I want the window to look like the one in the exemples , with the description of the item 'n all
exemple :
you talk to a guy and he asks you for 2 apples ,
you get him the apples , he asks if you did get him ,window opens, you select the item, number(2 apples) is removed from inventory , window closses, a self trigger is triggered and he gives your reward.
A script like this already exist. And with example, like you asking for! ;) Look for "srgss2_demo101" (STRRGSS2 ARCHIVES / STR_Script Demonstration ver1.01), translated by Speed@. It's a script by...I don't know, but she's/he's japanese... ^^
Mitsarugi, do you mean like Shanghai's Pick Item Event? (http://wiki.pockethouse.com/index.php?title=Pick_Item_Event)
Or my Evidence Locker (http://rmrk.net/index.php/topic,28722.0.html) script. It doesn't look the way you want it to, but it does what you want it to.
Quote from: modern algebra on August 23, 2010, 03:30:09 AM
Or my Evidence Locker (http://rmrk.net/index.php/topic,28722.0.html) script. It doesn't look the way you want it to, but it does what you want it to.
i already know both of those scripts.
well it's a little like both , but more like both of them together.
and i would like to see all the items, not just like the Evidence Locker script (you have to set an item as Evidence in a note tag to see it in the window)
and with the description under it , and i would like to be able to set the item an NPC wants ^^
ex: -he wants a potion ,(window opens) you click elixir (so buzzer and it doesn't work , window closes)
- you re-talk to him and ,(window opens) you click potion (works) and the events local switch activates.
BUMP
well, it's not hard to copy and paste the code \evidence into all the noteboxes
(or, if you're sure you want all items to appear, then you could paste this script below the Evidence Locker:
[spoiler]
class RPG::BaseItem
def evidence?
return true
end
end
[/spoiler])
and everything else my evidence locker script can do. I don't know, I'm not really seeing where the point of departure is, so I don't know what I would need to do different if I accepted this request.
i'll see if i can make it work the way i want , if not , i'll still request this.
Quote from: modern algebra on August 28, 2010, 07:27:19 PM
well, it's not hard to copy and paste the code \evidence into all the noteboxes
(or, if you're sure you want all items to appear, then you could paste this script below the Evidence Locker:
[spoiler]
class RPG::BaseItem
def evidence?
return true
end
end
[/spoiler])
and everything else my evidence locker script can do. I don't know, I'm not really seeing where the point of departure is, so I don't know what I would need to do different if I accepted this request.
it doesn't work , so my request still stands
UPDATE!!
UPDATE!!
bump
BUMP T^T
BUMP
Quote from: Fizzly on August 22, 2010, 11:59:44 PM
A script like this already exist. And with example, like you asking for! ;) Look for "srgss2_demo101" (STRRGSS2 ARCHIVES / STR_Script Demonstration ver1.01), translated by Speed@. It's a script by...I don't know, but she's/he's japanese... ^^
you helped me find it in one of Star's demos :D Thx
SOLVED
http://www.mediafire.com/?de7ta5zyfpdu0ak