Hello @ all I wanted to script a Half Life halthstation. It works fine but suddenly I have an error with the Prombt command.
Here a snippet of my code
-- Showing text
if capacity > 0 then
Prombt("Press E for health");
else
Prombt("Healthstation is empty");
end
Here the error message "Attempt to call global Prombt (a nil value)"
Someone know a solution for this problem?