SphereCommunity
[HELP] ON=STEP Problem - Mount - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: [HELP] ON=STEP Problem - Mount (/Thread-HELP-ON-STEP-Problem-Mount)



[HELP] ON=STEP Problem - Mount - Kevsurcu - 01-19-2022 10:26 AM

I want to make a gate with a mount.
But I have a few problems...
For example, I want to get on the Zostrich, but it doesn't work.
As you can see, there is a problem in the "ON=STEP" part.
Can you help me with this?

PHP Code:
[ITEMDEF i_moongate_taming]
ID=i_moongate_red
NAME
=Winner's Gate

ON=@Create
   COLOR=0b10
   ATTR=010
   MOREP=4442,1177

ON=@Click
   MESSAGE=@07a1 <NAME>
   RETURN 1

ON=@DClick
   SRC.SYSMESSAGE @07a1 Gate'
in uzerinden geciniz...
   RETURN 
1

ON
=@Step
IF (<SRC.FINDID.c_ostard_zostrich>)
    
SRC.GO=<MOREP>
    TRY 
UID.<src.findid.c_ostard_zostrich.link>.REMOVE
    SRC
.FINDID.c_ostard_zostrich.REMOVE
    SRC
.SYSMESSAGE @07a1 Gorev basariyla tamamlandi...
else
    
SRC.SYSMESSAGE @07a1 Binegin uzerinde olmadan gecidi kullanamazsiniz...
    RETURN 
1

[EOF



RE: [HELP] ON=STEP Problem - Mount - golfin - 01-19-2022 04:37 PM

I see that Endif is missing. More Experienced people will help you to discord.


RE: [HELP] ON=STEP Problem - Mount - Kevsurcu - 01-19-2022 11:49 PM

"endif" Doesn't pose any problems. Another version works fine, but I can't switch with a mount. Again, thank you for your interest.


RE: [HELP] ON=STEP Problem - Mount - madda - 05-15-2022 04:13 AM

Code:
ON=@Step

If you use (<src.findlayer(layer_horse).id> == c_ostard_zostrich>) instead of <SRC.FINDID.c_ostard_zostrich> your problem will be solved