View Single Post
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,993

Violet CLM has disabled reputation

Mar 24, 2015, 09:01 AM
Violet CLM is offline
Reply With Quote
heck, you can just put Acc Belt events in the area the bridge would take up in JCS. But more generally:
Code:
void onPlayer(jjPLAYER@ play) {
  jjOBJ@ platform = jjObjects[play.platform];
  if (playform.behavior == WHATEVER) {
    play.xSpeed CHANGES SOMEHOW;
  }
}
__________________