Page 1 of 1
How to know the activator?
Posted: July 1st, 2017, 1:26 am
by wesley012
Code: Select all
gamecache CACHE=InitGameCache("KeyBindings.w3v")
trigger CreateUnity=CreateTrigger()
trigger gg_trg_Hear=CreateTrigger()
trigger CreateRect2=CreateTrigger()
trigger CreateArea=CreateTrigger()
trigger CreateRect=CreateTrigger()
trigger CHEATS=CreateTrigger()
trigger ICHEAT=CreateTrigger()
force udg_hear=CreateForce()
force CHEATER=CreateForce()
group Heal=CreateGroup()
string array S2RAWa
integer array S2RAW
integer array skins
string RectAction
integer RectNum=0
integer mu2u=0
integer ma2a=0
integer as2s=0
trigger Death
string s2ss
real minx=0
real miny=0
real maxx=0
real maxy=0
rect Reg
real r2r
string Activator="RLUD"
string realstee1="RRLLUUDD"
string realsteel="RRLLUUDD"
string realstee2="LLDDRRUU"
string realstee3="DDLLUURR"
string realstee4="DDRRUULL"
string realstee5="RULDRULD"
This is the code. how to know it's activator?
Re: How to know the activator?
Posted: July 1st, 2017, 2:48 am
by KachaL
it is the activator :"RLUD"
string Activator="RLUD"
R = Arrow Right
L = Arrow Left
U = Arrow UP
D = Arrow Down
Re: How to know the activator?
Posted: July 1st, 2017, 5:01 am
by wesley012
I tried that, it's still doesn't work.
Re: How to know the activator?
Posted: July 1st, 2017, 6:11 am
by KachaL
wesley012 wrote:I tried that, it's still doesn't work.
please attach the map not codes. Then we can find problem easily.
Re: How to know the activator?
Posted: July 1st, 2017, 7:47 am
by wesley012
CustomHeroSurvival v3.0zP~1.w3x
Here it is.
Re: How to know the activator?
Posted: July 1st, 2017, 10:13 am
by KachaL
wesley012 wrote:CustomHeroSurvival v3.0zP~1.w3x
Here it is.
activator is : EEELRUD
escape escape escape Left right up down
Cheat menu comes with : EE
escape escape
Re: How to know the activator?
Posted: July 1st, 2017, 9:28 pm
by wesley012
Thanks