Charles Dye
Super Moderator
- May
- 5,220
- 147
Staff member
This will work in a Take Command tab window, but not in a standalone console window:
Pass it a number from 0 to 79:
Code:
function smiley=`%@if[%1. ge 0 .and. %1. le 79,%@char[0xd83d %@eval[0xde00 + %1]],%@char[0xd83d 0xde00]]`
Pass it a number from 0 to 79: