Jump to content

[Buy] New quest function


Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

40 minutes ago, TRBizeps said:

if true == pet.is_summon(mobVnum) then

Is not it.
 

See the example below:

Spoiler

quest pet_follow begin

    state start begin

        when idpet.click start
            pet.is_mine () == true then
            --pet.is_follow() is the name of the new function:
               if pet.is_follow() == false then
               --the pet stays in place
               elseif pet.is_follow() == true then
               --the pet follows the player
               end
            end
        end
    end
end

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.