generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
7
_mod/_module/nss/op6_next.nss
Normal file
7
_mod/_module/nss/op6_next.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
// op6_next
|
||||
void main()
|
||||
{
|
||||
int nBase=GetLocalInt(GetPCSpeaker(),"nCarpetBase");
|
||||
nBase=nBase+10;
|
||||
SetLocalInt(GetPCSpeaker(),"nCarpetBase",nBase);
|
||||
}
|
||||
Reference in New Issue
Block a user