View Single Post
Love & Thunder Love & Thunder's Avatar

JCF Member

Joined: Sep 2011

Posts: 1,101

Love & Thunder has disabled reputation

Feb 15, 2014, 03:46 PM
Love & Thunder is offline
Reply With Quote
Okay, it's good to know that I'm doing that part right, but it also means that I've almost definitely got the syntax wrong...
Code:
void onMain {
    if jjTileGet(4,11,29) == 10 {
        jjSwitchTrigger(1)
    }
}
(If it wasn't already obvious, I'm a complete Angelscript/C/C++ noob)
__________________