Jump to content

I need some help here


au3scr
 Share

Recommended Posts

I needhelp here... I am trying to modify Clone hunter script.

This Script creates game game Waits 180 secounds and then exit game.

Now I want to modify it.

I want make script to do next game when i press: hotkey (shift+e )

Now I need help here,My problem is I cant find out how to modify script thatway if i press shift+e then it makes newgame.

I just dont understand how it works , thatswhy i need on modifying script.

Scripts will be added in Attachments

Edited by au3scr
Link to comment
Share on other sites

Yes ,I am thankful for your help..

But this Clone hunterscript is to hard tor me.. i just dont understand it

I know how start..

HotKeySet ("+e","newgame")

But i dont know how finish it.

The Clone Hunter has lot's of functions and variables..

I dont know which function i need to use in my hotkey or What variable i need to change

Link to comment
Share on other sites

Yes ,I am thankful for your help..

But this Clone hunterscript is to hard tor me.. i just dont understand it

I know how start..

HotKeySet ("+e","newgame")

But i dont know how finish it.

The Clone Hunter has lot's of functions and variables..

I dont know which function i need to use in my hotkey or What variable i need to change

Hey. :)

Maybe trying:

Func newgame()
While 1
;Script goes here
Wend
EndFunc

That means the hotkey +e will run the Func "newgame". I think that's what you mean? :P

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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