ID:91164
 
Keywords: funny, webcomic
instead of TRUE or FALSE, it uses ERECT or FLACCID
Instead of functions and proceedures they're intercourse(boners, anuses) {}
Zaole wrote:
instead of TRUE or FALSE, it uses ERECT or FLACCID

Done!
#define ERECT TRUE
#define FLACCID FALSE
#define butt for
#define intercourse proc

mob
verb
test()
var/u = ERECT
echo(u)
butt(var/i = 0; i < 5; i++)
echo(i)

intercourse
echo(t)
world << t
You could put a boner array in that butt loop Tib.
Vermolius wrote:
You could put a boner array in that butt loop Tib.

I tried using #define boner list, but it would only work like var/a = boner(1,2,3), it wouldn't accept var/boner/a = boner(1,2,3).
However.

#define ERECT TRUE
#define FLACCID FALSE
#define butt for
#define intercourse proc
#define boner list
#define vagina var

mob
verb
test()
vagina // var/boner/B doesn't compile. =(
i = 0
boner
B = boner(1,2,3,4,5)

butt(i = 1 to B.len)
world << B[i]

intercourse
echo(t)
world << t


--

I do feel somewhat dirty now, for taking the time to write that...
ROFL.