365 @verb #5383:"trick" this none this rxdo #5156 @program #5383:"trick" this none this args1msg = $su:subst(args[1], {{"_", " "}}) if (!this.in_air) if (length(args) > 1) $msg:mtell("no_air_args", args1msg, args[2]) else $msg:mtell("no_air", args1msg) endif elseif (tofloat(random(10)) / 2.0 < tofloat(this:diff(args[1]))) if (length(args) > 1) $msg:mtell("trick_fail_args", args1msg, args[2]) else $msg:mtell("trick_fail", args1msg) endif this.in_air = 0 kill_task(this.ollie) this.ollie = 0 return 0 else $msg:mtell(args[1]) if (this.debugging) player:tell("caller_perms() was: ", caller_perms()) $choc:cp() endif pts = this:points(args[1]) this.score = this.score + pts $msg:mtell("trick_score", pts) endif "Last modified by ChocolateGuy (#4813) on Wed Jun 28 10:12:15 2000 MDT." . 0