Jump to content

Recommended Posts

Posted (edited)

ClipPut("weaknesspays")
HotKeySet("{HOME}", "_start")
HotKeySet("{END}", "_end")
While 1
WEnd

Func _start()
While 1
Send("^x")
Sleep(150)
Send("^v{ENTER}")
WEnd
EndFunc

Func _end()
    Exit
EndFunc

Basically what I want to do..start a loop with HOME...but only END the loop with END...but...if the loop is running...and you press end...keep the script going...and if you press HOME again...it starts again...etc...

and in the _END() function...doing ExitLoop doesnt work :)

Edited by Swift
Posted

Global $gloop=0
ClipPut("weaknesspays")
HotKeySet("{HOME}", "_start")
HotKeySet("{END}", "_end")
While 1
WEnd

Func _start()
$gloop = 1
While $gloop
Send("^x")
Sleep(150)
Send("^v{ENTER}")
WEnd
EndFunc

Func _end()
    $gloop = 0
EndFunc

Posted (edited)

Haha SimCity4 :)

Nice ;D

Dont cheat thats lame :)

(Btw: by editing the "config.bmp" in your SC savegamefolder in Documents and settings you can create yourself a region that only golds "BIG" regions - and make it even bigger than any normal map)

Edited by Kademlia
Posted

Way offtopic but try this:

Buld 1 Cell (6*6 - costs 1800$) houses and make 8 cells (6*6) around it. Insert ~80% industrial and 20% commercial.

Bild those "9ers" and you will get a well working city (set taxes for lowincome houses/commercial/industry to 20%)

Send me a screen of your city :) PM or something

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
  • Recently Browsing   0 members

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