Added PEPS AI
Added PEPS AI. Full compile. Reorganized repository.
This commit is contained in:
15
src/module/nss/pc_room_onexit.nss
Normal file
15
src/module/nss/pc_room_onexit.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetExitingObject();
|
||||
|
||||
/* int nToken = NuiFindWindow(oPlayer, PC_NUI_WINDOW_ID);
|
||||
|
||||
//:: Murder the poor window
|
||||
|
||||
NuiDestroy(oPlayer, nToken);
|
||||
|
||||
nToken = NuiFindWindow(oPlayer, PC_NUI_GOLD_WINDOW_ID);
|
||||
if (nToken)
|
||||
NuiDestroy(oPlayer, nToken); */
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user