View Single Post
Violet CLM

JCF Éminence Grise

Joined: Mar 2001

Posts: 11,047

Violet CLM has disabled reputation

Mar 24, 2015, 10: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;
  }
}
__________________