Mcp Button To Choose A Specific Choice

Lars

Active Member
I am curious if it is possible to make a MCP button to accept the option to stuff the crab brain into the hollow siren conch?
I tried Opt number and conversation bubble but it stays put, waiting for me to click manually.
 
yes for example i use these for the Crab quest.

first button
Command = UseItem..

parameter 1 = All
parameter 2 = a hollow siren conch

2nd button
Command = UseItem..

parameter 1 = All
parameter 2 = a crab brain

3rd button
Command = RawCommand

parameter 1 = relay
parameter 2 = all
parameter 3 = ReplyDialog:Choose[1]

4th button
Command = UseItem..

parameter 1 = All
parameter 2 = a crab brain-filled siren conch


just hit at the right stages of items and lazy mode active

hope this helps
 
Top Bottom