Find
You are in a button 4
This button spawns a rather powerful monster.
Created by
Chaotic Bob
, last updated 31 Jan 2015
Code
if target of push then stuffs;
##stuffs:
$killit = $init_obj;
print "You here a deep voice boom '[$killit] .. your choice is made'";
find $actor, spawned4;
copy $found_id;
var $monst to $new_id;
find $actor, wespawnap;
copy $found_id;
var $weap to $new_id;
var $nami to (nightstalker, storm giant, leshay, vampire lord, werewolf);
multiset $monst = "class='$nami',loc=$loc";
set $monst's healthmax to 65;
set $monst's health to 65;
var $typi to (greatsword, maul, spiked chain, dire flail);
multiset $weap = "class='$typi',loc=$loc";
print "[$monst] and [$weap] fall from the sky";
$actor = $monst;
call "wield $weap";
call "attack $killit";
a roomy called spawn1
a spawned4
a wespawnap