Subversion Repositories nw_plus

Compare Revisions

Regard whitespace Rev 30 → Rev 66

/nw_plus/NWActor.con
63,11 → 63,11
{
ifpdistl 1024
{
getplayer[THISACTOR].i temp
setactor[temp].htextra SNOWBALLAMOUNT
setactor[temp].htpicnum SNOWBALL
// getactor[THISACTOR].owner temp2
setactor[temp].htowner owner
getplayer[THISACTOR].i nw_temp
setactor[nw_temp].htextra SNOWBALLAMOUNT
setactor[nw_temp].htpicnum SNOWBALL
// getactor[THISACTOR].owner nw_temp2
setactor[nw_temp].htowner nw_owner
// addphealth SNOWBALLAMOUNT
2385,7 → 2385,7
ifcanseetarget
{
sound RIP_PAPER
ifvarl temp 1
ifvarl nw_temp 1
{
ifrnd 128
spawn SHIELD
2393,7 → 2393,7
spawn SIXPAK
}
else
espawnvar temp // spawnvar // spawns the lotag, collected during EVENT_LOADACTOR
espawnvar nw_temp // spawnvar // spawns the lotag, collected during EVENT_LOADACTOR
killit
}
ends
2406,7 → 2406,7
ifcanseetarget
{
sound RIP_PAPER
ifvarl temp 1
ifvarl nw_temp 1
{
ifrnd 128
spawn CHAINGUNSPRITE
2414,7 → 2414,7
spawn SHOTGUNSPRITE
}
else
espawnvar temp // spawnvar // spawns the lotag, collected during EVENT_LOADACTOR
espawnvar nw_temp // spawnvar // spawns the lotag, collected during EVENT_LOADACTOR
killit
}
ends