8 lines
155 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// op6_next
void main()
{
int nBase=GetLocalInt(GetPCSpeaker(),"nCarpetBase");
nBase=nBase+10;
SetLocalInt(GetPCSpeaker(),"nCarpetBase",nBase);
}