Language…
6 users online: Cristian Cardoso, fsvgm777, JezJitzu, KoJi, playagmes169, stormitive - Guests: 239 - Bots: 357
Users: 64,795 (2,377 active)
Latest user: mathew

Posts by devastatorx

devastatorx's Profile → Posts

  • Pages:
  • 1
I've inserted many blocks successfully since I learned how (like, 2 nights ago) but I can't seem to get this one to work. The block is Event Dependent Block 1.2. I am trying to make it activate after event 20, and it keeps giving me the error mentioned in the readme file- saying that event 20 is greater than 77. Any help would be greatly appreciated. I've been trying to figure it out for a while now, like maybe I'm entering the !Event number wrong in the code.


;Requested By Gi Manilla
;This block will act like another block when certain Event is activated
;Acts like "any".

!Event = $20 ;If this event is passed, this block will act like... another block
!BlockNum = $0195 ;Ats like when Event is active

OK:
assert !Event <= $77 "Error! Your Event value higher than 77! Refer to readme for more info." ;Give error. Intentionally.
Awesome, it worked! Thanks for the help!
  • Pages:
  • 1