[Holley] BingGooo doesn't work

Join Discord

zen

Loyal Member
Loyal Member
Dec 5, 2014
30
0
32
Have anyone got a clue why BingGooo doesnt work?

Actually it's starting from Envir\Market_Def\00Default
and reading from HLSCRIPT/BingGooo


there's everything setted up but still not working..

any clues?

[@OnLineBonusV]
#CALL [HLSCRIPT\BingGooo.txt] @BingGooo

-------------------
[@BingGooo]
{
#IF
#ACT
SysMsg "Every 30 mins you remain online you have a chance of getting a reward!!"
Delaygoto [Grobal] 60 @_Award1

[@_Award1]
#IF
#ACT
Give ZenPoints(20) 1
SysMsg "<$USERNAME>, Congratulations!! Here is a bonus, ZenPoints(20)!"
SysMsg "You have been online 30 mins"
Delaygoto [Grobal] 120 @_Award2
#Elseact
SysMsg "You have been online 30 mins"
Delaygoto [Grobal] 120 @_Award2


i modified the time, just to test out if the script works or not.
default are 1800sec
 

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
Test change it: @_Award2 -> @award2
and other thing. Add [ and } in the finish page.

And see #call [hlscript , change it for system\ and add .txt in system.
 
Upvote 0

zen

Loyal Member
Loyal Member
Dec 5, 2014
30
0
32
Test change it: @_Award2 -> @award2
and other thing. Add [ and } in the finish page.

And see #call [hlscript , change it for system\ and add .txt in system.

thank you got reply.
i've tried that way too, but still not working :(.

can't see why it;s not running..
 
Upvote 0

zen

Loyal Member
Loyal Member
Dec 5, 2014
30
0
32
tried all of them mate

global,grobal,local... and till not working
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
Is imposible if you dont post error in crueldragon, becouse is a symple script in 00default.
First write your script in 00 default and after you put in other acces.

Delaygoto [Grobal] 60 @Bingo1
 
Upvote 0

zen

Loyal Member
Loyal Member
Dec 5, 2014
30
0
32
there's no errors in crueldragon from that script.

[@OnLineBonusV]
#CALL [System\Reward.txt] @Reward


[@Reward]
#IF
#ACT
Give ZenPoints(20)1
SysMsg "<$USERNAME>, Congratulations!! Here is a bonus, ZenPoints(20)!"
SysMsg "You have been online 30 mins"
Delaygoto [Grobal] 120 @award2
#ELSEACT
SysMsg "You have been online 30 mins"
Delaygoto [Grobal] 120 @award2

[@award2]
#IF
#ACT
Give ZenPoints(20) 2
SysMsg "<$USERNAME>, Congratulations!! Here is a bonus, ZenPoints(20) 2!"
SysMsg "You have been online 30 mins"



still not working can i get any sustain from one of you by teamview if possible?
 
Upvote 0