Jump to content
  • 0

Add Save to Warper


Question

12 answers to this question

Recommended Posts

  • 0
Posted

Hi guys, i im using the Quest_Warper but it dont have "Save" can some one help me adding Save to the script? heres the script:

 

What do you mean by "Save", Save point or save last warped location?

  • 0
Posted

What do you mean by "Save", Save point or save last warped location?

I mean save point, @greenmagic i dint know where i can put that code...

@hendra that warper dont hace the quest..

Thanks guys

Bump

  • 0
Posted

I'm not a huge fan of the menu array in that script but try this...

 

Go to line 93. At the very end of that line, add this in between the last ) and ;

 

,@Mmenulist$[12])

 

So it should look like this:

 

,@Mmenulist$[11]),@Mmenulist$[12]);

 

Now, go down to line 120. UNDERNEATH line 120 (so, in other words, line 121) put this:

 

case 12:

goto L_save;

 

Now, under that "GM Menu Functions" title, add this:

 

L_save:

 

And right underneath that, put the code that I gave you. If you did it correctly, it should work. Hopefully I didn't forget anything. Good luck.

  • 0
Posted

Hi thanks, but dont work bro Y_Y

 

Never tested the script so I didn't realize there was another menu to enable options. I've updated the script in the link to support enabling/disabling of the save function from the GM menu. You might need to refresh your browser cache to download the new script... It should be version 2.2.2

  • 0
Posted

 

Hi thanks, but dont work bro Y_Y

 

Never tested the script so I didn't realize there was another menu to enable options. I've updated the script in the link to support enabling/disabling of the save function from the GM menu. You might need to refresh your browser cache to download the new script... It should be version 2.2.2

 

Thanks man it works great!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...