1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
.timervcmprecon 0 15 vcmp.check.connected
var %victim = $iif($2 != $null,$vcmp.partofnick($vcmp.name(%id)),Unknown)
on *:SIGNAL:vcmp.pickup:{
var %name = $vcmp.name($1)
var %name2 = $replace($replace($vcmp.name($1),[,~),],~)
var %id = $1
if ($3 == PICKUPID) {
set %a $rand(100,200)
vcmp.cash+ %id %a
vcmp.msg %id ;example CASH PICKUP: Picked Up Cash - Amount: $ $+ %a $+ , Location: $vcmp.area(%id)
}
elseif ($3 == PICKUPID) {
%a = $rand(10,20)
vcmp.msg %id ;example DEATH PICKUP - HP Lost: %a $+ , Location: $vcmp.area(%id)
vcmp.sethp %id $calc($vcmp.hp(%id) - %a)
}
}