- It's just a PMC
- Nicer PIR syntax for calling methods
grunt.'attack'( enemy )
.local pmc name
name = grunt.'name'()
.local pmc rank
.local pmc serial_number
(name, rank, serial_number) = grunt.'question'()
There's a lower-level PASM syntax too
I always have to look it up though; use PIR instead when possible