Find
You are looking at a command called wave
wave
wave at {object}
Wave in general or wave to/at specific object/player
wave
for a random kind of wave
wave at wolis
Created by
wolis
, last updated 10 Jan 2008
Code
get $rel,$target;
if $target > 0 then waveat else wavenothing;
##waveat:
say 'waves',"[$actor] waves $rel [$target]";
##wavenothing:
$how = (wildly,slowly,like crazy,discreetly);
$wht = (arms around,hand to say goodbye,arms a bit);
getgender $actor;
say 'waves',"[$actor] waves $hisher $wht $how";