Log in

View Full Version : Hardcore problems?



Donatello
08-17-2014, 04:28 PM
If im making a script, and i want to make a "HardCore Alternative", whats the code?

Something like "MiddleSpawn" and if its set to 'true' then the bot goes there, and if its set to false it wont ..

Thx for the help!

eddyN
08-17-2014, 04:41 PM
HardCore = true
elseif (label == "CheckHardCore") then
Walker.ConditionalGoto(HardCore, "GoHardCore", "SkipHardCore")

Donatello
08-17-2014, 05:15 PM
Thanks!