Headblob
Spawns an effect above an NPC's head
StarsZzzzHappyCatAttentionArrest
Note
Headblobs are defined in p3/scripts/p3_headblobs.txt, and uses particle effects.
Syntax
Headblob [integer],[name]
Warning
The numbers don't do anything, it is however still needed because Headblob only accepts 2 parameters.
Example
// Example
pt_eat
{
actions
{
Sequence an_idle_eat
Wait 2
Wait 0:2
Headblob 1,HappyCat
Pattern pt_end
}
}