QUOTE (kyishi2 @ Aug 26 2009, 01:05 PM)

You should just let Vadi get yours working, I have tried it and it worked perfectly. I doubt anyone else has made a better one for nexus.
Fixed.
edit: Forgot endquote tags
QUOTE (Mishgul @ Aug 25 2009, 10:53 PM)

Nexus coding isn't really that advanced.
$variable
#set variable 1
#if <- for a condition statement. for example
#if $prone {stand}
#if $prone {stand} else {sit}
#if $prone {stand} elsif $prone and $asleep {wake} elsif prone and $asleep and ($rightleg or $leftleg$) {send apply mending}
that's your bread and butter really.
Also put the asleep stuff before the regular stand. It would realize that you're prone, and send stand and then that would be it.