Jump to content
Sign in to follow this  
alexman90gg

Work shop

Recommended Posts

Since I did not play TOP2, is that the easy access to forge, combine, etc..?

If so you can just add scripts per item like Forge Note so you can open forge window.

 

Following are examples:

 

Spoiler

 


function ItemUse_bank ( role )
            OpenBank( role, role )
end
 
function ItemUse_Repair ( role )
        OpenRepair( role, role)
end
 
function ItemUse_Forge ( role )
        OpenForge( role, role )
end
 
function ItemUse_Fusion ( role )
        OpenMilling( role, role )
end
 
function ItemUse_AppFuse ( role )
        OpenFusion( role, role )
end
 
function ItemUse_Appupg ( role )
        OpenUpgrade( role, role )
end
 
function ItemUse_Extract ( role )
        OpenGetStone( role, role )
end

 

 

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...