• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed Sudowoodo Problem

Status
Not open for further replies.
Hey guys.
I've got 3 badges and i've a SquirtBottle but i can't use the bottle.
It always says "It's a weird looking tree." how can i fix this problem?
 

MrHippocrit

Champion
Trusted Support
Retired Mod
Hey guys.
I've got 3 badges and i've a SquirtBottle but i can't use the bottle.
It always says "It's a weird looking tree." how can i fix this problem?
I think you have to go into your bag and use the SquirtBottle while you stand infront of the tree. ;)
 

Darkfire

Administrator
Administrator
P3D Developer
the check to trigger the event is only defined by having the item
if the bottle is appearing in his bag the event should trigger
 
I redownloaded but nothing happened. (I've same problem)

Here Sudowoodo Script:
Code:
:if:hasItem(175)
:then
@Text:It's a weird looking tree.*Use the SquirtBottle?
[USER=5463]options[/USER]:Yes,No
:when:Yes
@Text:<playername> used the~SquirtBottle.
@Wait:50
@Text:The weird tree~doesn't like the~SQUIRTBOTTLE!*The weird tree attacked!
@NPC:register(route36.dat|0|remove|1)
@NPC:remove(0)
@Battle:Wild,185,20
@Register:sudowoodo_removed
:when:No
:endwhen
:else
@Text:It's a weird looking tree.
:endif
:end
I think everything is correctly, what should i do? :(
 

MrHippocrit

Champion
Trusted Support
Retired Mod
I redownloaded but nothing happened. (I've same problem)

Here Sudowoodo Script:
Code:
:if:hasItem(175)
:then
@Text:It's a weird looking tree.*Use the SquirtBottle?
[USER=5463]options[/USER]:Yes,No
:when:Yes
@Text:<playername> used the~SquirtBottle.
@Wait:50
@Text:The weird tree~doesn't like the~SQUIRTBOTTLE!*The weird tree attacked!
@NPC:register(route36.dat|0|remove|1)
@NPC:remove(0)
@Battle:Wild,185,20
@Register:sudowoodo_removed
:when:No
:endwhen
:else
@Text:It's a weird looking tree.
:endif
:end
I think everything is correctly, what should i do? :(
Based on that script, it would mean that you don't have the bottle... :/
 
Status
Not open for further replies.
Top