7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
#include "xp_inc"
|
|
|
|
void main()
|
|
{
|
|
xp_ApplyBankedXP(OBJECT_SELF);
|
|
}
|