#include <acknex.h> #include <default.c> PANEL* pnl_inventory = { layer 1; //etc.... etc... and stuff... } function fnc_inv_toggle() { toggle(pnl_inventory,VISIBLE); } void main() { on_i = fnc_inv_toggle; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de