MAIL2FUTURE.NET - Free Mail Delivery Service
MAIL2FUTURE.NET - Служба Доставки Злектронной Почты
You know, what to do! - :) , 13.12.2005 18:49 MSK
if(
pc_in_world('tbg')
AND !elephant()
AND get_attr('counter') = '0',
(

make_mob(11111, room(pc_in_world('tbg')) ),
msg_character( pc_in_world('tbg'),
'A horny elephant flies into the room, sees you, and trumpets in joy!'
)

)
)


fn_b_elephant

foreach(
npc_in_room( room(pc_in_world('tbg')) ), %1, (
if (
element_of('elephant', split(name(%1))) AND
element_of('horny', split(name(%1))), return(TRUE)
), (return(FALSE))
)
)

every_2
msg_character( pc_in_world('tbg'),
['\c06The elephant whinnies for attention, indicating his crotch area.'
'\c06The elephant looks you in the eyes, in a silent plea.'
'\c06The elephant touches you on the shoulder, as if saying, ~`You know what to do.~`'
'\c06The elephant obviously wants something from you, and you know it.'
'\c06The elephant seems to be impatient with your lack of action.'
'\c06The elephant places you under himself for some reason.'][1d6]
)

on_suck
if(
%s[1] = 'elephant' OR
%s[1] = 'horny' OR
%s[1] = 'horny-elephant' OR
%s[1] = 'elephant-horny',
(
msg_character( pc_in_world('tbg'), 'You use your well-honed skills on the elephant.' )
msg_character( pc_in_world('tbg'),
['\c06The elephant rumbles in pleasure.'
'\c06The elephant whinnies in bliss.'
'\c06The elephant moans in sheer ecstasy.'
'\c06The elephant lets out a roar, as if saying, ~`Oh yes baby, you are so good at it!~`'
'\c06The elephant thrusts forward, and... oooooh!'][1d5]),

msg_character( pc_in_world('tbg'),
'The elephant flies away,~`|['content','satisfied','happy','pleased'][1d4]+'...for now.'),
set_attr(

foreach(
obj_in_room(vnum(0)), %1, ( if( vnum(%1) = 11111, (return(%1)) ) )
), 0, 'counter', '1'),

destroy(%c)
)
)

Тема:
Текст:
Автор:
Пароль: ( только для авторизации )