I'm trying to extend
In my vehicle code.Code:function bool DriverEnter(Pawn P)
So of course I have the super at the end to call UTVehicle's code like this
But this gives me a bad or missing expression for token error.Code:Super.DriverEnter(Pawn P);
Having just P in the brackets will compile but the super doesn't work (my code executes but you don't enter the vehicle).
What am I missing?



Reply With Quote



Bookmarks