Find
You are in a classskill called soulknife1
The first of the Soulknife abilities. It allows the Soulknife to manifest their mindblade, the core element of the class.
Created by
Chaotic Bob
, last updated 01 Oct 2009
Code
find $loc, mindblade;
if $found_id > 0 then check else manifest;
##check:
if $actor = $found_id's host then putaway else manifest;
##putaway:
set $found_id's loc to 0;
set $found_id's host to "";
set $found_id's code to "";
set $found_id's extra to "";
print "[$init_obj] releases their concentration and the mindblade vanishes";
relook $loc;
##manifest:
print "[$init_obj] concentrates and blade of raw mental power appears in their hand";
copy 61455;
set $new_id's loc to $actor's loc;
set $new_id's host to $actor;
set $new_id's owner to $actor;
set $new_id's hosthow to "by";
set $new_id's pose to "wielded";
set $new_id's health to $actor's healthmax;
set $new_id's healthmax to $actor's healthmax;
relook $loc;
a mindblade