7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
![]() |
extern void object::Outward()
|
||
|
{
|
||
|
shield(1,15); // activate the shield
|
||
|
goto(6,160); // go close to the key
|
||
|
shield(0,15); // deactivate the shield
|
||
|
}
|